diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-12 02:49:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-12 02:49:43 +0000 |
commit | 89b95a574fa2cad7a8d792ba8048ff60ff5324a3 (patch) | |
tree | 6c7e6612c1f081b3a59558030ed9e32706d2ef83 | |
parent | Add USE_PERL5. (diff) |
Make www/squid24 building again.
Noticed on: bento
Approved by: Adrian Chadd <adrian@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=71545
-rw-r--r-- | www/squid24/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/squid24/Makefile b/www/squid24/Makefile index b9679e3c0112..d3f62abae214 100644 --- a/www/squid24/Makefile +++ b/www/squid24/Makefile @@ -28,6 +28,8 @@ DIST_SUBDIR= squid2.4 PATCH_DIST_STRIP= -p0 GNU_CONFIGURE= yes USE_REINPLACE= yes +USE_PERL5_RUN= yes +USE_PERL5_BUILD=yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ --localstatedir=${PREFIX}/squid \ |