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