aboutsummaryrefslogtreecommitdiff
path: root/www/lynx
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-07-03 01:28:05 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-07-03 01:28:05 +0000
commitd3bb5b3ccfb960bd2207025d78f5c1c157f2271d (patch)
treec6c502a51954624982076e916daa0676c7ea1ab6 /www/lynx
parent6a500058e9c62347b8290fe62f2d33394fe6d36f (diff)
downloadports-d3bb5b3ccfb960bd2207025d78f5c1c157f2271d.tar.gz
ports-d3bb5b3ccfb960bd2207025d78f5c1c157f2271d.zip
Force commit to note we have more changes in previous update
- Enable nested table display - Backport some configuration options (optional) from www/lynx-current While I'm here, - Fix indent in OPTIONS - Fix some style issues Noticed by: danfe
Notes
Notes: svn path=/head/; revision=216191
Diffstat (limited to 'www/lynx')
-rw-r--r--www/lynx/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index f3a1abcbefc2..0c586afa7e84 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -29,9 +29,9 @@ CONFIGURE_ARGS+=--with-zlib --libdir="${L_LIB}" \
--enable-nested-tables --enable-gzip-help \
OPTIONS= SSL "SSL support" on \
- DEFAULT_COLORS "Colors support" off \
- IPV6 "IPV6 support" off \
- NLS "Native language support" on
+ DEFAULT_COLORS "Colors support" off \
+ IPV6 "IPv6 support" off \
+ NLS "Native language support" on
.include <bsd.port.pre.mk>
@@ -51,7 +51,7 @@ CONFIGURE_ARGS+=--enable-nls --with-libiconv-prefix="${LOCALBASE}"
PLIST_SUB+= NLS=''
.endif
-.if defined(WITH_IPV6) && ! defined(NO_INET6)
+.if defined(WITH_IPV6) && !defined(NO_INET6)
CONFIGURE_ARGS+=--enable-ipv6
.else
CONFIGURE_ARGS+=--disable-ipv6