Exclude 700000-700033 for ncursesw

This commit is contained in:
Andrey A. Chernov 2007-06-14 18:18:09 +00:00
parent 307c74ad66
commit 546d5a773d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193498
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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