diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-07 14:38:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-07 14:38:17 +0800 |
commit | 7bf12d2b0d8faf7750f7ad200f6ee3876b03393f (patch) | |
tree | 741bf8612e07519e8dd5d60da4c684616b4d0f4d /editors/nano | |
parent | 83e0dc546747106c3673a2897a1b2179182adcdd (diff) | |
download | freebsd-ports-gnome-7bf12d2b0d8faf7750f7ad200f6ee3876b03393f.tar.gz freebsd-ports-gnome-7bf12d2b0d8faf7750f7ad200f6ee3876b03393f.tar.zst freebsd-ports-gnome-7bf12d2b0d8faf7750f7ad200f6ee3876b03393f.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 |