diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-12 10:34:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-12 10:34:45 +0000 |
commit | ade67bb91b7feb860bdda603985eefa7190b453a (patch) | |
tree | 9c78dbf3bb7bf999d5a84653d4f7d15c5d845ad7 /print | |
parent | 9cf737ca9cd88b689d94fc3506b182e0080306be (diff) | |
download | ports-ade67bb91b7feb860bdda603985eefa7190b453a.tar.gz ports-ade67bb91b7feb860bdda603985eefa7190b453a.zip |
Notes
Diffstat (limited to 'print')
-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 |