|
Lines 14-19
Link Here
|
| 14 |
GD "GD library support" OFF \ |
14 |
GD "GD library support" OFF \ |
| 15 |
FreeType "TrueType font rendering (implies GD)" OFF \ |
15 |
FreeType "TrueType font rendering (implies GD)" OFF \ |
| 16 |
zlib "zlib library support" ON \ |
16 |
zlib "zlib library support" ON \ |
|
|
17 |
gettext "gettext library support" OFF \ |
| 17 |
mcrypt "Encryption support" OFF \ |
18 |
mcrypt "Encryption support" OFF \ |
| 18 |
mhash "Crypto-hashing support" OFF \ |
19 |
mhash "Crypto-hashing support" OFF \ |
| 19 |
pdflib "pdflib support (implies zlib)" OFF \ |
20 |
pdflib "pdflib support (implies zlib)" OFF \ |
|
Lines 68-73
Link Here
|
| 68 |
\"zlib\") |
69 |
\"zlib\") |
| 69 |
echo "CONFIGURE_ARGS+=--with-zlib" |
70 |
echo "CONFIGURE_ARGS+=--with-zlib" |
| 70 |
ZLIB=1 |
71 |
ZLIB=1 |
|
|
72 |
;; |
| 73 |
\"gettext\") |
| 74 |
echo "LIB_DEPENDS+= intl.1:${PORTSDIR}/devel/gettext" |
| 75 |
echo "CONFIGURE_ARGS+=--with-gettext" |
| 71 |
;; |
76 |
;; |
| 72 |
\"mcrypt\") |
77 |
\"mcrypt\") |
| 73 |
echo "LIB_DEPENDS+= mcrypt-2.2.2:\${PORTSDIR}/security/libmcrypt" |
78 |
echo "LIB_DEPENDS+= mcrypt-2.2.2:\${PORTSDIR}/security/libmcrypt" |