diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-07 12:24:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-07 12:24:55 +0800 |
commit | 0be8fb7a769037ffce046ff5fb03e73a4b506e09 (patch) | |
tree | 3694b8bc49e4a0588d61a3443ee56ea0f3b89d3f /editors | |
parent | e49c9c261a7473cfcb91586fa5bf34a1bf3e2337 (diff) | |
download | freebsd-ports-gnome-0be8fb7a769037ffce046ff5fb03e73a4b506e09.tar.gz freebsd-ports-gnome-0be8fb7a769037ffce046ff5fb03e73a4b506e09.tar.zst freebsd-ports-gnome-0be8fb7a769037ffce046ff5fb03e73a4b506e09.zip |
- Get rid FreeBSD 6 support
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 |