mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Patch to work with apache2. Pacify portlint.
PR: ports/60969 Submitted by: vinc@freebsd-fr.org (maintainer)
This commit is contained in:
parent
03c137d6f8
commit
5280b12e5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97485
@ -15,9 +15,15 @@ MAINTAINER= vinc@freebsd-fr.org
|
||||
COMMENT= GeekLog is a web content magagement system
|
||||
|
||||
USE_MYSQL= yes
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
|
||||
|
||||
NO_BUILD= yes
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
|
||||
.if defined(WITH_APACHE2)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4
|
||||
.else
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
|
||||
.endif
|
||||
|
||||
WWW_DIR= ${PREFIX}/www/data
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user