diff options
Diffstat (limited to 'devel/p5-POE-Component-RSS/Makefile')
-rw-r--r-- | devel/p5-POE-Component-RSS/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-POE-Component-RSS/Makefile b/devel/p5-POE-Component-RSS/Makefile index 0c5301bc634b..01b36f60e15e 100644 --- a/devel/p5-POE-Component-RSS/Makefile +++ b/devel/p5-POE-Component-RSS/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module for event based RSS parsing -BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ - p5-XML-RSS>=0:${PORTSDIR}/textproc/p5-XML-RSS +BUILD_DEPENDS= p5-POE>=0:devel/p5-POE \ + p5-XML-RSS>=0:textproc/p5-XML-RSS RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |