diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-07 17:12:58 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-07 17:12:58 +0800 |
commit | 264cdcd7a6bead083ad3106f86fb0744dedb57f5 (patch) | |
tree | 1a018b24ee2f215bd6917d868f44c8f904dda8bf /www/mod_perl2 | |
parent | 8ea77b67d66da4a3b085568e881b2aab1f559c32 (diff) | |
download | freebsd-ports-gnome-264cdcd7a6bead083ad3106f86fb0744dedb57f5.tar.gz freebsd-ports-gnome-264cdcd7a6bead083ad3106f86fb0744dedb57f5.tar.zst freebsd-ports-gnome-264cdcd7a6bead083ad3106f86fb0744dedb57f5.zip |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex
Diffstat (limited to 'www/mod_perl2')
-rw-r--r-- | www/mod_perl2/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile index 169cc60d6d72..cd9cd10428d8 100644 --- a/www/mod_perl2/Makefile +++ b/www/mod_perl2/Makefile @@ -17,10 +17,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/_/} MAINTAINER= larse@isi.edu COMMENT= Embeds a Perl interpreter in the Apache2 server -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${APACHE2_PORT} -RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${APACHE2_PORT} - +USE_APACHE= yes +WITH_APACHE2= yes PERL_CONFIGURE= yes + CONFIGURE_ARGS= MP_APXS=${LOCALBASE}/sbin/apxs \ MP_INST_APACHE2=1 PREFIX=${PREFIX} @@ -29,8 +29,6 @@ MAN3= Apache::TestRequest.3 Apache::TestSmoke.3 Apache::TestRun.3 \ Apache::Test.3 Apache::TestUtil.3 Apache::Build.3 \ Bundle::Apache2.3 ModPerl::Code.3 -APACHE2_PORT?= ${PORTSDIR}/www/apache2 - .include <bsd.port.pre.mk> .if ${PERL_LEVEL} > 500601 |