diff options
author | beat <beat@FreeBSD.org> | 2011-12-27 02:52:46 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2011-12-27 02:52:46 +0800 |
commit | 5f234aa756d3f879cb3a6ca604fac32927394d11 (patch) | |
tree | 72207f69d6efd170455a080b1e2a792c575ca944 /www/elinks | |
parent | 341ee877bcb33c43335e1ebde2a2b43db3883dc2 (diff) | |
download | freebsd-ports-gnome-5f234aa756d3f879cb3a6ca604fac32927394d11.tar.gz freebsd-ports-gnome-5f234aa756d3f879cb3a6ca604fac32927394d11.tar.zst freebsd-ports-gnome-5f234aa756d3f879cb3a6ca604fac32927394d11.zip |
- Disable broken zlib support. Otherwise some web pages will fail to load
with "Error reading from socket".
- Bump PORTREVISION
PR: ports/163265
Submitted by: Rares Aioanei <schaiba AT gmail.com>
Obtained from: https://trac.macports.org/changeset/78183
Diffstat (limited to 'www/elinks')
-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 |