diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-06-29 15:15:58 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-06-29 15:15:58 +0000 |
commit | 676ee59a977d018c408b03d348a158ba8245733c (patch) | |
tree | e0dddb3b3d6b5388fba00e80f543927eeb92fcaf /www | |
parent | Use $FILESDIR rather than hard-coded path. (diff) |
Remove pdflib support.
Diffstat (limited to 'www')
-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 585b67f5d559..e3c87234399d 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}" |