diff options
author | jlam <jlam> | 2002-07-24 19:45:22 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-07-24 19:45:22 +0000 |
commit | 04ed2224a3ecc359d5c85084b1f05f4629638190 (patch) | |
tree | 8d3205091ef102f873815aafda1fc32447c8b6c2 /www/squid | |
parent | ad86dcc72c2c3be7128b76a6d1b3884fa7b1e1b7 (diff) | |
download | pkgsrc-04ed2224a3ecc359d5c85084b1f05f4629638190.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/Makefile | 4 |
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 |