mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue