diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-05 06:57:37 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-05 06:57:37 +0800 |
commit | 64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca (patch) | |
tree | 664d2ba6932861fa84d22c638a1035a3fcd6a962 /www/squid30 | |
parent | 8d98f5042d9d3f5d1c76b52d1826c997af60472d (diff) | |
download | freebsd-ports-gnome-64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca.tar.gz freebsd-ports-gnome-64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca.tar.zst freebsd-ports-gnome-64a5e0f37f47ca9274d3cc6633ed687cc7dc23ca.zip |
Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build.
Noticed on bento and others (full mailbox :-)
Diffstat (limited to 'www/squid30')
-rw-r--r-- | www/squid30/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 6dbd0a704209..7d45a907252d 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -26,7 +26,9 @@ MAINTAINER= adrian@freebsd.org DIST_SUBDIR= squid2.5 PATCH_DIST_STRIP= -p0 +USE_PERL5= yes GNU_CONFIGURE= yes +USE_PERL5= yes USE_REINPLACE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ |