aboutsummaryrefslogtreecommitdiff
path: root/lang
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
parent043f5c01ce4685b6e96d58e5f4c156eb0017c3b0 (diff)
downloadports-17c27bfd13504bc81c19302abde4b1ce6ff51ac4.tar.gz
ports-17c27bfd13504bc81c19302abde4b1ce6ff51ac4.zip
Notes
Diffstat (limited to 'lang')
-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} \