From ff37a169fe20f19957c98779bd35265b4899adc7 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Wed, 28 Jul 2004 19:46:59 +0000 Subject: - support USE_PHP --- www/phpwiki13/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'www/phpwiki13') diff --git a/www/phpwiki13/Makefile b/www/phpwiki13/Makefile index 14a1265c2493..09d36810b1c4 100644 --- a/www/phpwiki13/Makefile +++ b/www/phpwiki13/Makefile @@ -14,10 +14,8 @@ MASTER_SITE_SUBDIR= phpwiki MAINTAINER= dinoex@FreeBSD.org COMMENT= A PHP WikiWikiWeb -.if defined(WITH_APACHE2) -RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/${PHP4_PORT} -.else -RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/${PHP4_PORT} +.if !defined(WITHOUT_PHP_DEPENDS) +USE_PHP= ctype pcre posix session tokenizer xml zlib .endif NO_BUILD= YES -- cgit v1.2.3