aboutsummaryrefslogtreecommitdiffstats
path: root/www/lynx
diff options
context:
space:
mode:
Diffstat (limited to 'www/lynx')
-rw-r--r--www/lynx/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 06444831f86..8a94f282d07 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -25,6 +25,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-zlib --libdir="${L_LIB}" \
--enable-nsl-fork --enable-persistent-cookies \
--enable-nested-tables --enable-gzip-help \
+ --with-screen=ncursesw
MAKE_JOBS_UNSAFE= yes
@@ -35,12 +36,6 @@ OPTIONS= SSL "SSL support" on \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 602107 || (${OSVERSION} >= 700000 && ${OSVERSION} < 700033)
-CONFIGURE_ARGS+= --with-screen=ncurses
-.else
-CONFIGURE_ARGS+= --with-screen=ncursesw
-.endif
-
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS='@comment '