From 17c27bfd13504bc81c19302abde4b1ce6ff51ac4 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Mon, 13 Oct 2003 05:59:45 +0000 Subject: - Fix BUILD_DEPENDS --- lang/php4/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/php4') 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} \ -- cgit v1.2.3