diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-05 13:12:33 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-05 13:12:33 +0000 |
commit | 417919cd8751c9ea10cbe02ce46d7ac7fc1f3c41 (patch) | |
tree | 090c77f62e0076ac32ddde0abef51b409624e8cb /www/p5-WebService-Bloglines | |
parent | 5486f06031ad1e0e611024a685ab65a087af424c (diff) |
Notes
Diffstat (limited to 'www/p5-WebService-Bloglines')
-rw-r--r-- | www/p5-WebService-Bloglines/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-WebService-Bloglines/Makefile b/www/p5-WebService-Bloglines/Makefile index 43f64f4405ed..c361612850ec 100644 --- a/www/p5-WebService-Bloglines/Makefile +++ b/www/p5-WebService-Bloglines/Makefile @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Easy-to-use Interface for Bloglines Web Services -BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \ - ${SITE_PERL}/XML/RSS/LibXML.pm:${PORTSDIR}/textproc/p5-XML-RSS-LibXML \ - ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-XML-RSS>=0:${PORTSDIR}/textproc/p5-XML-RSS \ + p5-XML-RSS-LibXML>=0:${PORTSDIR}/textproc/p5-XML-RSS-LibXML \ + p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |