diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-12 02:10:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-12 02:10:30 +0000 |
commit | 8b44a318bf1389d314293f4c2c53637186252968 (patch) | |
tree | a312ca8be46cbae3b9d24a7eaf006460caf9ad82 /www/p5-Net-eBay | |
parent | f32ee74b6e603bbe0d1cead303f96aee0edbd20f (diff) | |
download | freebsd-ports-8b44a318bf1389d314293f4c2c53637186252968.zip |
- Fix *_DEPENDS entries after www/p5-libwww updated to 6.x
Diffstat (limited to 'www/p5-Net-eBay')
-rw-r--r-- | www/p5-Net-eBay/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Net-eBay/Makefile b/www/p5-Net-eBay/Makefile index fe9e792840d2..ff40351f8972 100644 --- a/www/p5-Net-eBay/Makefile +++ b/www/p5-Net-eBay/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl Interface to XML based eBay API -BUILD_DEPENDS= ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \ +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ ${SITE_PERL}/XML/Dumper.pm:${PORTSDIR}/textproc/p5-XML-Dumper \ ${SITE_PERL}/DateTime/Precise.pm:${PORTSDIR}/devel/p5-DateTime-Precise \ |