diff options
-rw-r--r-- | print/phppdflib/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/print/phppdflib/Makefile b/print/phppdflib/Makefile index 3dd86c1ca32f..402c81c5223c 100644 --- a/print/phppdflib/Makefile +++ b/print/phppdflib/Makefile @@ -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 |