aboutsummaryrefslogtreecommitdiff
path: root/news
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 /news
parent307c74ad6608c6120834ab10f403ddfa92f3df5e (diff)
downloadports-546d5a773d6cd1548f4f79ab2a24df318e24899b.tar.gz
ports-546d5a773d6cd1548f4f79ab2a24df318e24899b.zip
Notes
Diffstat (limited to 'news')
-rw-r--r--news/tin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile
index c797babd9d15..f747d60e2f31 100644
--- a/news/tin/Makefile
+++ b/news/tin/Makefile
@@ -38,10 +38,10 @@ WITH_TIN_EDITOR?= /usr/bin/ee
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 602107
-WITH_TIN_SCREEN?= ncursesw
-.else
+.if ${OSVERSION} < 602107 || (${OSVERSION} >= 700000 && ${OSVERSION} < 700033)
WITH_TIN_SCREEN?= ncurses
+.else
+WITH_TIN_SCREEN?= ncursesw
.endif
# --with-mime-default-charset=US-ASCII needed to build tin in the non-ascii