aboutsummaryrefslogtreecommitdiff
path: root/www/lynx
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-24 15:26:25 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-24 15:26:25 +0000
commite7d096a4392d2a9dfbb1fc6415bc5f2956e7f1fc (patch)
tree60f95c331ca57c9ebc96e9a3c6eb2ccac915be3f /www/lynx
parentf9b52c162ca2d49663d28163585e5b3aae1ddca2 (diff)
downloadports-e7d096a4392d2a9dfbb1fc6415bc5f2956e7f1fc.tar.gz
ports-e7d096a4392d2a9dfbb1fc6415bc5f2956e7f1fc.zip
Notes
Diffstat (limited to 'www/lynx')
-rw-r--r--www/lynx/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 9ad0e9967c4f..4fa076d8648b 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -26,6 +26,11 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \
--enable-nsl-fork --enable-persistent-cookies \
--enable-ipv6
+
+.if defined(ENABLE_DEFAULT_COLORS)
+CONFIGURE_ARGS+=--enable-default-colors
+.endif
+
MAKE_ARGS= helpdir=${L_HELP} docdir=${DOCSDIR}
MAKEFILE= makefile
INSTALL_TARGET= install-full