diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-12 10:34:45 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-12 10:34:45 +0000 |
commit | 4db3453e4d3c94197a23ceca622379e35ae49a16 (patch) | |
tree | c1dbdb921113f64f73c0afa4e51c453ab7ecdef4 /print/phppdflib | |
parent | 49478fde167d3e38fc5e5935952e2ee4a5439dbc (diff) | |
download | FreeBSD-ports-4db3453e4d3c94197a23ceca622379e35ae49a16.zip FreeBSD-ports-4db3453e4d3c94197a23ceca622379e35ae49a16.tar.gz |
add PHP dependency.
Diffstat (limited to 'print/phppdflib')
-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 3dd86c1..402c81c 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 |