diff options
author | jlam <jlam@pkgsrc.org> | 2000-09-05 09:33:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-09-05 09:33:15 +0000 |
commit | 60d8d28f10ee39d258606553f4bfa85dc8ce80da (patch) | |
tree | 3a4eb3a498298447d7926709d432170808bdd312 /www/squid | |
parent | a8157e15e1626ff14867ace45b06c4329c91d72d (diff) | |
download | pkgsrc-60d8d28f10ee39d258606553f4bfa85dc8ce80da.tar.gz |
Update build dependency on perl to build in correct directory if perl
interpreter is not found.
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 75e3ff3e0d4..516c3d3d453 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2000/09/03 13:42:22 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2000/09/05 09:33:18 jlam Exp $ DISTNAME= squid-2.3.STABLE3-src PKGNAME= squid-2.3s3 @@ -18,7 +18,7 @@ PATCHFILES= squid-2.3.stable3-carp_compile.patch \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.squid-cache.org/ -BUILD_DEPENDS+= ${PERL5}:../../lang/perl5 +BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --sysconfdir=/etc \ |