From 096937afbfb080f0f6fa9b6c41de73355fd89091 Mon Sep 17 00:00:00 2001 From: az Date: Mon, 4 Jun 2012 08:53:27 +0000 Subject: - Remove SITE_PERL from *_DEPENDS --- www/p5-WWW-Search-Google/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/p5-WWW-Search-Google') 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 -- cgit