summaryrefslogtreecommitdiff
path: root/editors/nano-devel
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/nano-devel
parent- Update to version 0.11.1, an important bug fix and translations release; (diff)
- Fix index
Notes
Notes: svn path=/head/; revision=285219
Diffstat (limited to 'editors/nano-devel')
-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