- add WITH_APACHE2

Submitted by:	takeda@takeda.tk
This commit is contained in:
Dirk Meyer 2003-12-16 07:54:07 +00:00
parent 056d46e76d
commit 27997cf92d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95933
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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