diff options
author | dirk <dirk@FreeBSD.org> | 2001-06-29 15:15:58 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-06-29 15:15:58 +0000 |
commit | 525a74e3e82422e45f3a0f3821059318d8de4d1a (patch) | |
tree | 1850aec81621be40d4e6b1a03481216328f72fd2 /www/mod_php3 | |
parent | ed2471497cb24f78daae920c5f3bc7cf329fc605 (diff) | |
download | FreeBSD-ports-525a74e3e82422e45f3a0f3821059318d8de4d1a.zip FreeBSD-ports-525a74e3e82422e45f3a0f3821059318d8de4d1a.tar.gz |
Remove pdflib support.
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 585b67f..e3c8723 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -18,7 +18,6 @@ FreeType "TrueType font rendering (implies GD)" OFF \ zlib "zlib library support" ON \ mcrypt "Encryption support" OFF \ mhash "Crypto-hashing support" OFF \ -pdflib "pdflib support (implies zlib)" OFF \ IMAP "IMAP support" OFF \ MySQL "MySQL database support" ON \ PostgreSQL "PostgreSQL database support" OFF \ @@ -86,15 +85,6 @@ while [ "$1" ]; do echo "LIB_DEPENDS+= mhash.2:\${PORTSDIR}/security/mhash" echo "CONFIGURE_ARGS+=--with-mhash=\${PREFIX}" ;; - \"pdflib\") - echo "LIB_DEPENDS+= pdf.2:\${PORTSDIR}/print/pdflib" - echo "CONFIGURE_ARGS+=--with-pdflib=\${PREFIX} \\" - echo " --with-jpeg-dir=\${PREFIX} \\" - echo " --with-tiff-dir=\${PREFIX}" - if [ -z "$ZLIB" ]; then - set $* \"zlib\" - fi - ;; \"IMAP\") echo "LIB_DEPENDS+= c-client4.8:\${PORTSDIR}/mail/cclient" echo "CONFIGURE_ARGS+=--with-imap=\${PREFIX}" |