diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-12-16 15:54:07 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-12-16 15:54:07 +0800 |
commit | 71f277b6e006ed2ff3eb5739f16325fa04ffb8d7 (patch) | |
tree | c935bd0d910c2cf9949a052bc6f7f108f21a740f /www/phpwiki | |
parent | 6685f6576a22242de020abaa7285539e12a934e2 (diff) | |
download | freebsd-ports-gnome-71f277b6e006ed2ff3eb5739f16325fa04ffb8d7.tar.gz freebsd-ports-gnome-71f277b6e006ed2ff3eb5739f16325fa04ffb8d7.tar.zst freebsd-ports-gnome-71f277b6e006ed2ff3eb5739f16325fa04ffb8d7.zip |
- add WITH_APACHE2
Submitted by: takeda@takeda.tk
Diffstat (limited to 'www/phpwiki')
-rw-r--r-- | www/phpwiki/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/phpwiki/Makefile b/www/phpwiki/Makefile index afd7018b51b1..14a1265c2493 100644 --- a/www/phpwiki/Makefile +++ b/www/phpwiki/Makefile @@ -14,7 +14,11 @@ 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} +.endif NO_BUILD= YES PHP4_PORT?= www/mod_php4 |