diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-04 13:18:35 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-04 13:18:35 +0000 |
commit | 1bb66fc5218ae3d07a3a1e613448ff9ee98464bc (patch) | |
tree | 52c3130b1e75fb5ac8f083249b92bb559f73e912 /textproc/p5-XML-Directory | |
parent | affe5b8a9518bce82299e3b40035f0ae0fe1fdbb (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-Directory')
-rw-r--r-- | textproc/p5-XML-Directory/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-Directory/Makefile b/textproc/p5-XML-Directory/Makefile index 84e50c72b454..dbdcef7b6f4d 100644 --- a/textproc/p5-XML-Directory/Makefile +++ b/textproc/p5-XML-Directory/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Returns a content of directory as XML -BUILD_DEPENDS= ${SITE_PERL}/RDF/Notation3.pm:${PORTSDIR}/textproc/p5-RDF-Notation3 \ - ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX +BUILD_DEPENDS= p5-RDF-Notation3>=0:${PORTSDIR}/textproc/p5-RDF-Notation3 \ + p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |