diff options
author | culot <culot@FreeBSD.org> | 2012-06-05 20:43:46 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-06-05 20:43:46 +0800 |
commit | 1c3c8c58fcd36e8c04d2a7ba1f2cdff8da65fcd0 (patch) | |
tree | fc5904dd87d649a11745217977322fdd6a99a1ac /www/p5-WWW-Babelfish | |
parent | 156a62f703a46b0c306bd4a2d165e81457244616 (diff) | |
download | freebsd-ports-graphics-1c3c8c58fcd36e8c04d2a7ba1f2cdff8da65fcd0.tar.gz freebsd-ports-graphics-1c3c8c58fcd36e8c04d2a7ba1f2cdff8da65fcd0.tar.zst freebsd-ports-graphics-1c3c8c58fcd36e8c04d2a7ba1f2cdff8da65fcd0.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'www/p5-WWW-Babelfish')
-rw-r--r-- | www/p5-WWW-Babelfish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-WWW-Babelfish/Makefile b/www/p5-WWW-Babelfish/Makefile index 034b432b65a..46c791a48a3 100644 --- a/www/p5-WWW-Babelfish/Makefile +++ b/www/p5-WWW-Babelfish/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to obtain translations from the babelfish server -BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String +BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |