diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 09:12:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 09:12:58 +0000 |
commit | f4d7c801f854ff4fad4642d62b23bae798962615 (patch) | |
tree | eee60e8fb7c2a2d1bf0636dd8288df46aee9e9bb /www/mod_php3 | |
parent | 2e8e10b527cd18511e4bd6a598f05050d4190015 (diff) | |
download | ports-f4d7c801f854ff4fad4642d62b23bae798962615.tar.gz ports-f4d7c801f854ff4fad4642d62b23bae798962615.zip |
Notes
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 d8f7c8e0e6c4..87d61b37e73a 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 |