summaryrefslogtreecommitdiff
path: root/editors/nano
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-11-07 04:24:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-11-07 04:24:55 +0000
commit3cabe21a2dfb3b2b13910299e3c4c00d7d724d99 (patch)
treefc7606d0883621b7ad825f441375954cd70cf9a8 /editors/nano
parent3ba9992d2de718ebdcb0e0e484223c24c2614f4b (diff)
downloadfreebsd-ports-3cabe21a2dfb3b2b13910299e3c4c00d7d724d99.zip
- Get rid FreeBSD 6 support
Diffstat (limited to 'editors/nano')
-rw-r--r--editors/nano/Makefile2
1 files changed, 1 insertions, 1 deletions
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