diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 04:24:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 04:24:55 +0000 |
commit | 3cabe21a2dfb3b2b13910299e3c4c00d7d724d99 (patch) | |
tree | fc7606d0883621b7ad825f441375954cd70cf9a8 /editors | |
parent | 3ba9992d2de718ebdcb0e0e484223c24c2614f4b (diff) | |
download | ports-3cabe21a2dfb3b2b13910299e3c4c00d7d724d99.tar.gz ports-3cabe21a2dfb3b2b13910299e3c4c00d7d724d99.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/nano/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/nano-devel/Makefile b/editors/nano-devel/Makefile index fa0e694fe52b..b2a8e4d78e21 100644 --- a/editors/nano-devel/Makefile +++ b/editors/nano-devel/Makefile @@ -36,7 +36,7 @@ MAN5= nanorc.5 .include <bsd.port.pre.mk> # requires wide character curses -.if (${OSVERSION} >= 700000 && ${OSVERSION} < 700033) +.if (${OSVERSION} < 700033 CONFIGURE_ARGS+=--disable-utf8 .else CONFIGURE_ARGS+=--enable-utf8 diff --git a/editors/nano/Makefile b/editors/nano/Makefile index a1ce02532409..e418a4bef781 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -45,7 +45,7 @@ MAN5= nanorc.5 .include <bsd.port.pre.mk> # requires wide character curses -.if (${OSVERSION} < 602107) || (${OSVERSION} >= 700000 && ${OSVERSION} < 700033) +.if (${OSVERSION} < 700033 CONFIGURE_ARGS+=--disable-utf8 .else CONFIGURE_ARGS+=--enable-utf8 |