diff options
Diffstat (limited to 'lang/php4/Makefile.ext')
-rw-r--r-- | lang/php4/Makefile.ext | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index 122a16451850..48ce6ff95626 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -111,8 +111,7 @@ CONFIGURE_ARGS+=--with-xpm-dir=${X11BASE} OPTIONS= T1LIB "Include T1lib support" on \ TRUETYPE "Enable TrueType string function" on \ - JIS "Enable JIS-mapped Japanese font support" off \ - LZW "Enable LZW-compressed GIF write support" off + JIS "Enable JIS-mapped Japanese font support" off PHP_HEADER_DIRS=libgd .endif @@ -429,9 +428,6 @@ CONFIGURE_ARGS+=--enable-gd-native-ttf . if defined(WITH_JIS) CONFIGURE_ARGS+=--enable-gd-jis-conv . endif -. if defined(WITH_LZW) -CONFIGURE_ARGS+=--enable-gd-lzw-gif -. endif .endif .if ${PHP_MODNAME} == "imap" |