aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2007-06-14 18:18:09 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2007-06-14 18:18:09 +0000
commit546d5a773d6cd1548f4f79ab2a24df318e24899b (patch)
treef535a0dc58fd6673b52eaaa1cf0c86263876a8ab /www
parent307c74ad6608c6120834ab10f403ddfa92f3df5e (diff)
downloadports-546d5a773d6cd1548f4f79ab2a24df318e24899b.tar.gz
ports-546d5a773d6cd1548f4f79ab2a24df318e24899b.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/lynx-current/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile
index 5cb652665a58..b05d0c460f2b 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -37,10 +37,10 @@ USE_OPENSSL= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 602107
-CONFIGURE_ARGS+= --with-screen=ncursesw
-.else
+.if ${OSVERSION} < 602107 || (${OSVERSION} >= 700000 && ${OSVERSION} < 700033)
CONFIGURE_ARGS+= --with-screen=ncurses
+.else
+CONFIGURE_ARGS+= --with-screen=ncursesw
.endif
.ifdef USE_OPENSSL