diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 06:38:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 06:38:17 +0000 |
commit | fa53475acd63b60d25aeb7b25b7d31e98cf47d58 (patch) | |
tree | 6018ad7fbc3cf4fe4c61a14f763d06685b785490 /editors/nano | |
parent | 695aef7b2e7a202f1c084be87e67ca675a6addfb (diff) | |
download | freebsd-ports-fa53475acd63b60d25aeb7b25b7d31e98cf47d58.zip |
- Another index fix
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 2 |
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 |