summaryrefslogtreecommitdiff
path: root/www/apache21
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache21')
-rw-r--r--www/apache21/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile
index 93aafec698b2..22f1abad1226 100644
--- a/www/apache21/Makefile
+++ b/www/apache21/Makefile
@@ -28,9 +28,10 @@ WITH_MPM?= prefork # or worker, perchild (neither of them still has a problem on
HTTP_PORT?= 80
GNU_CONFIGURE= yes
+USE_PERL5= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--enable-layout=FreeBSD \
- --with-perl=${PERL} \
+ --with-perl=${PERL5} \
--enable-so \
--with-mpm=${WITH_MPM} \
--with-port=${HTTP_PORT} \