summaryrefslogtreecommitdiff
path: root/www/mod_php3
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-07 09:12:58 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-07 09:12:58 +0000
commitf4d7c801f854ff4fad4642d62b23bae798962615 (patch)
treeeee60e8fb7c2a2d1bf0636dd8288df46aee9e9bb /www/mod_php3
parentAdd dependency on correct DocBook. (diff)
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex
Notes
Notes: svn path=/head/; revision=93294
Diffstat (limited to 'www/mod_php3')
-rw-r--r--www/mod_php3/Makefile7
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