diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 16:42:28 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 16:42:28 +0000 |
commit | fbed0f13c124b64c21bf0c2e498f5b3982374e66 (patch) | |
tree | 8600124d807772040fd9a55e57ef7c2c57829eb5 /textproc/p5-XML-OPML | |
parent | 80ec74d48e0f44cf8e62bceede4a391083392167 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-OPML')
-rw-r--r-- | textproc/p5-XML-OPML/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-OPML/Makefile b/textproc/p5-XML-OPML/Makefile index c258fec410f2..09d8aaec5ff2 100644 --- a/textproc/p5-XML-OPML/Makefile +++ b/textproc/p5-XML-OPML/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Creates and updates OPML (Outline Processor Markup Language) files -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/XML/SimpleObject.pm:${PORTSDIR}/textproc/p5-XML-SimpleObject +BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ + p5-XML-SimpleObject>=0:${PORTSDIR}/textproc/p5-XML-SimpleObject RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |