diff options
author | pat <pat@FreeBSD.org> | 2002-05-23 00:32:04 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-05-23 00:32:04 +0000 |
commit | ccf69d9370f1b396c50c57421c2d6633769fc944 (patch) | |
tree | 37fc7529631cbcd2c3a85c29acc1e32a3a3b58e7 /www | |
parent | d4a41cc316fff92f393d9f66a4121809b2ecbb51 (diff) | |
download | FreeBSD-ports-ccf69d9370f1b396c50c57421c2d6633769fc944.zip FreeBSD-ports-ccf69d9370f1b396c50c57421c2d6633769fc944.tar.gz |
Fix ports for building with -current without perl
PR: 38359
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/apache2/Makefile | 3 | ||||
-rw-r--r-- | www/apache20/Makefile | 3 | ||||
-rw-r--r-- | www/apache21/Makefile | 3 | ||||
-rw-r--r-- | www/apache22/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 93aafec..22f1aba 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 93aafec..22f1aba 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 93aafec..22f1aba 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 93aafec..22f1aba 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} \ |