aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php4
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-10-13 13:59:45 +0800
committerdinoex <dinoex@FreeBSD.org>2003-10-13 13:59:45 +0800
commit681fa7f954e0caa4940503a1111a82660d58a3ff (patch)
treef730196c1c737c6723a3194598a9d735d7336d36 /lang/php4
parent393e2e522ad01e6373662218fabd7a6946529b01 (diff)
downloadfreebsd-ports-gnome-681fa7f954e0caa4940503a1111a82660d58a3ff.tar.gz
freebsd-ports-gnome-681fa7f954e0caa4940503a1111a82660d58a3ff.tar.zst
freebsd-ports-gnome-681fa7f954e0caa4940503a1111a82660d58a3ff.zip
- Fix BUILD_DEPENDS
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} \