add PHP dependency.

This commit is contained in:
Edwin Groothuis 2003-10-12 10:34:45 +00:00
parent 9cf737ca9c
commit ade67bb91b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90898

View file

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