summaryrefslogtreecommitdiff
path: root/www/squid
diff options
context:
space:
mode:
authorjlam <jlam>2002-07-24 19:45:22 +0000
committerjlam <jlam>2002-07-24 19:45:22 +0000
commit075d381066fdbe9d5a1e539b4d0b7ffa89dc0fba (patch)
tree8d3205091ef102f873815aafda1fc32447c8b6c2 /www/squid
parent85b3b63f240dbed7d0d3c4379172fa8c6c8b2872 (diff)
downloadpkgsrc-075d381066fdbe9d5a1e539b4d0b7ffa89dc0fba.tar.gz
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.
Diffstat (limited to 'www/squid')
-rw-r--r--www/squid/Makefile4
1 files changed, 2 insertions, 2 deletions
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