summaryrefslogtreecommitdiff
path: root/lang/php4
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-10-13 05:59:45 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-10-13 05:59:45 +0000
commit17c27bfd13504bc81c19302abde4b1ce6ff51ac4 (patch)
tree23300dc3d20437bd60a1bcb281fe703c04896f51 /lang/php4
parentReset bouncing maintainer. (diff)
- Fix BUILD_DEPENDS
Notes
Notes: svn path=/head/; revision=90990
Diffstat (limited to 'lang/php4')
-rw-r--r--lang/php4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
index 93566a14846b..c338a40600b6 100644
--- a/lang/php4/Makefile
+++ b/lang/php4/Makefile
@@ -541,8 +541,8 @@ APACHE_PORT?= ${PORTSDIR}/www/apache13
CONFIGURE_ARGS+=--with-apxs=${APXS}
SAPI_FILE= libexec/apache/libphp4.so
.endif
-BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
-RUN_DEPENDS= ${APXS}:${APACHE_PORT}
+BUILD_DEPENDS+= ${APXS}:${APACHE_PORT}
+RUN_DEPENDS+= ${APXS}:${APACHE_PORT}
.endif
PLIST_SUB+= SAPI_FILE=${SAPI_FILE} \