diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 08:37:59 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 08:37:59 +0000 |
commit | d1e0f3506af41743aebb97d8548b0912b7247494 (patch) | |
tree | cc6734181531df54b8747f6e42a77543390fd10f /textproc/p5-XML-RSS-Feed | |
parent | 24374f6b476eef87d6c06c6c94519992faf7a610 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-RSS-Feed')
-rw-r--r-- | textproc/p5-XML-RSS-Feed/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-XML-RSS-Feed/Makefile b/textproc/p5-XML-RSS-Feed/Makefile index 33ea0295232c..0e7059069fa1 100644 --- a/textproc/p5-XML-RSS-Feed/Makefile +++ b/textproc/p5-XML-RSS-Feed/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Persistant XML RSS Encapsulation -BUILD_DEPENDS= ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-XML-RSS>=0:${PORTSDIR}/textproc/p5-XML-RSS \ + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-URI>=0:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |