mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Remove pdflib support.
This commit is contained in:
parent
7ff0eaebd1
commit
676ee59a97
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44565
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user