aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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