diff options
author | tron <tron@pkgsrc.org> | 2001-07-30 07:32:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-07-30 07:32:13 +0000 |
commit | 7e69535eb5e476a54415b19864cfcc4267106014 (patch) | |
tree | 90be24c2bb9eac0f7935ac097a0fabf43430568a /www/squid | |
parent | 369b9ee1cfcff7d2178ed0f471fb5a3c0bc2a8bd (diff) | |
download | pkgsrc-7e69535eb5e476a54415b19864cfcc4267106014.tar.gz |
Remove "--enable-parent-hack" now that "squid" is invoked without
"RunCache" again.
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index 8c28427b728..be30910e72a 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2001/07/30 07:30:11 tron Exp $ +# $NetBSD: Makefile,v 1.50 2001/07/30 07:32:13 tron Exp $ DISTNAME= squid-2.4.STABLE1-src PKGNAME= squid-2.4.1nb2 @@ -39,7 +39,6 @@ SQUID_CONFIGURE_ARGS?= --enable-cachemgr-hostname=localhost \ --enable-delay-pools \ --enable-icmp \ --enable-ipf-transparent \ - --enable-kill-parent-hack \ --enable-snmp \ --enable-underscores |