add PHP dependency.
This commit is contained in:
parent
9cf737ca9c
commit
ade67bb91b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90898
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@ EXTRACT_SUFX= .tbz
|
|||
MAINTAINER= sexbear@tmu.edu.tw
|
||||
COMMENT= An easy to use API for creating PDF files dynamically
|
||||
|
||||
.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
|
||||
|
||||
WRKSRC= ${WRKDIR}/phppdflib
|
||||
USE_BZIP2= yes
|
||||
NO_BUILD= yes
|
||||
|
|
Loading…
Reference in a new issue