diff options
author | az <az@FreeBSD.org> | 2012-06-04 16:53:27 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 16:53:27 +0800 |
commit | 096937afbfb080f0f6fa9b6c41de73355fd89091 (patch) | |
tree | 8d1c1c41ad85a94d3a58057048947a3ba1cb7ddc /www/p5-WWW-Search-Google | |
parent | 0f9b224809b12c05d7fc681199dfc41a407982f1 (diff) | |
download | freebsd-ports-gnome-096937afbfb080f0f6fa9b6c41de73355fd89091.tar.gz freebsd-ports-gnome-096937afbfb080f0f6fa9b6c41de73355fd89091.tar.zst freebsd-ports-gnome-096937afbfb080f0f6fa9b6c41de73355fd89091.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'www/p5-WWW-Search-Google')
-rw-r--r-- | www/p5-WWW-Search-Google/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-WWW-Search-Google/Makefile b/www/p5-WWW-Search-Google/Makefile index 118ba34cab4c..bafa6a098596 100644 --- a/www/p5-WWW-Search-Google/Makefile +++ b/www/p5-WWW-Search-Google/Makefile @@ -16,9 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl WWW::Search class for searching Google -BUILD_DEPENDS= ${SITE_PERL}/WWW/Search.pm:${PORTSDIR}/www/p5-WWW-Search \ - ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite \ - ${SITE_PERL}/Net/Google.pm:${PORTSDIR}/net/p5-Net-Google +BUILD_DEPENDS= p5-WWW-Search>=0:${PORTSDIR}/www/p5-WWW-Search \ + p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ + p5-Net-Google>=0:${PORTSDIR}/net/p5-Net-Google RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |