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 5e7d8348c360..3f0742698d12 100644 --- a/devel/p5-POE-Component-RSS/Makefile +++ b/devel/p5-POE-Component-RSS/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A module for event based RSS parsing -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS +BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE \ + p5-XML-RSS>=0:${PORTSDIR}/textproc/p5-XML-RSS RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |