diff options
-rw-r--r-- | www/elinks/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 4c175ce26e8b..9d7ce92404b5 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -7,7 +7,7 @@ PORTNAME= elinks DISTVERSION= 0.11.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ @@ -53,6 +53,8 @@ OPTIONS= 88COLORS "Enable 88 color support" on \ .include <bsd.port.pre.mk> +CONFIGURE_ARGS+= --without-zlib + .if defined(WITHOUT_NLS) PLIST_SUB+= NLS="@comment " CONFIGURE_ARGS+= --disable-nls |