From 797bc0968f6c141c034212ff2d71f0d1f5e35194 Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Thu, 23 May 2002 00:32:04 +0000 Subject: Fix ports for building with -current without perl PR: 38359 Submitted by: maintainer --- www/apache2/Makefile | 3 ++- www/apache20/Makefile | 3 ++- www/apache21/Makefile | 3 ++- www/apache22/Makefile | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) (limited to 'www') diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 93aafec698b2..22f1abad1226 100644 --- a/www/apache2/Makefile +++ b/www/apache2/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} \ diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 93aafec698b2..22f1abad1226 100644 --- a/www/apache20/Makefile +++ b/www/apache20/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} \ 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} \ diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 93aafec698b2..22f1abad1226 100644 --- a/www/apache22/Makefile +++ b/www/apache22/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} \ -- cgit v1.2.3