From 075d381066fdbe9d5a1e539b4d0b7ffa89dc0fba Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 24 Jul 2002 19:45:22 +0000 Subject: Change explicit build dependencies on perl into "USE_PERL5=build". This makes these packages build correctly on Darwin where perl>=5.8.0 is required. --- www/squid/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/squid') diff --git a/www/squid/Makefile b/www/squid/Makefile index b76b832b821..8bf55f7364e 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2002/07/04 06:11:44 tron Exp $ +# $NetBSD: Makefile,v 1.65 2002/07/24 19:45:32 jlam Exp $ DISTNAME= squid-2.4.STABLE7-src PKGNAME= squid-2.4.7 @@ -11,7 +11,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.squid-cache.org/ COMMENT= Post-Harvest_cached WWW proxy cache and accelerator -BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 +USE_PERL5= build .include "../../mk/bsd.prefs.mk" GNU_CONFIGURE= YES -- cgit v1.2.3