aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--editors/nano/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index e418a4bef781..ee3ff4d6a5b8 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} < 700033
+.if (${OSVERSION} < 700033)
CONFIGURE_ARGS+=--disable-utf8
.else
CONFIGURE_ARGS+=--enable-utf8