diff options
Diffstat (limited to 'textproc/p5-XML-OPML/Makefile')
-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 3d64d1937f0f..0f3e7e706236 100644 --- a/textproc/p5-XML-OPML/Makefile +++ b/textproc/p5-XML-OPML/Makefile @@ -14,8 +14,8 @@ COMMENT= Creates and updates OPML (Outline Processor Markup Language) files LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ - p5-XML-SimpleObject>=0:${PORTSDIR}/textproc/p5-XML-SimpleObject +BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser \ + p5-XML-SimpleObject>=0:textproc/p5-XML-SimpleObject RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |