diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2007-06-14 18:18:09 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2007-06-14 18:18:09 +0000 |
commit | 546d5a773d6cd1548f4f79ab2a24df318e24899b (patch) | |
tree | f535a0dc58fd6673b52eaaa1cf0c86263876a8ab /news/tin | |
parent | 307c74ad6608c6120834ab10f403ddfa92f3df5e (diff) | |
download | ports-546d5a773d6cd1548f4f79ab2a24df318e24899b.tar.gz ports-546d5a773d6cd1548f4f79ab2a24df318e24899b.zip |
Notes
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 6 |
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 |