diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-07 09:12:58 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-07 09:12:58 +0000 |
commit | 264cdcd7a6bead083ad3106f86fb0744dedb57f5 (patch) | |
tree | 1a018b24ee2f215bd6917d868f44c8f904dda8bf /www/mod_php3 | |
parent | 8ea77b67d66da4a3b085568e881b2aab1f559c32 (diff) | |
download | FreeBSD-ports-264cdcd7a6bead083ad3106f86fb0744dedb57f5.zip FreeBSD-ports-264cdcd7a6bead083ad3106f86fb0744dedb57f5.tar.gz |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index d8f7c8e..87d61b3 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -24,8 +24,7 @@ MAINTAINER= dirk@FreeBSD.org COMMENT?= PHP3 module for Apache .if !defined(STANDALONE) -BUILD_DEPENDS= ${APXS}:${APACHE_PORT} -RUN_DEPENDS= ${APXS}:${APACHE_PORT} +USE_APACHE= yes .endif PATCH_DIST_ARGS= -d ${WRKSRC}/functions @@ -33,8 +32,6 @@ PATCH_DIST_ARGS= -d ${WRKSRC}/functions PHP_DISTDIR= distributions SLAVEDIRS= lang/php3 -APACHE_PORT?= ${PORTSDIR}/www/apache13 -APXS?= ${LOCALBASE}/sbin/apxs USE_SUBMAKE= yes GNU_CONFIGURE= yes @@ -47,7 +44,7 @@ IS_INTERACTIVE= yes CONFIGURE_ARGS= --with-config-file-path=${PREFIX}/etc/php.standalone \ --enable-discard-path .else -CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs \ +CONFIGURE_ARGS= --with-apxs=${APXS} \ --with-config-file-path=${PREFIX}/etc .endif |