diff options
Diffstat (limited to 'www/squid24')
-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 \ |