diff options
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 |