aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-11-07 06:25:56 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-11-07 06:25:56 +0000
commit87d9d1822595daf0c27f146e3392b7e8a97a9379 (patch)
treedeeccdff0450526545645506f6f0f9504148987c /editors
parentf304b898d4b93ea5576e439fda4ea9d11913954b (diff)
downloadports-87d9d1822595daf0c27f146e3392b7e8a97a9379.tar.gz
ports-87d9d1822595daf0c27f146e3392b7e8a97a9379.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/nano-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/nano-devel/Makefile b/editors/nano-devel/Makefile
index b2a8e4d78e21..f751729cec60 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} < 700033
+.if (${OSVERSION} < 700033)
CONFIGURE_ARGS+=--disable-utf8
.else
CONFIGURE_ARGS+=--enable-utf8