aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-06-10 15:32:53 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-06-10 15:32:53 +0000
commit4233c12f7b61ee357b8fd1931ab9b87349ca3b8b (patch)
tree6be340199c0937cd6c74758c3d24b4750b74eb9b /editors
parent1ef7b1e6985cab40b2901c0b732a1771acfac9da (diff)
downloadports-4233c12f7b61ee357b8fd1931ab9b87349ca3b8b.tar.gz
ports-4233c12f7b61ee357b8fd1931ab9b87349ca3b8b.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/nano-devel/Makefile5
-rw-r--r--editors/nano/Makefile5
2 files changed, 0 insertions, 10 deletions
diff --git a/editors/nano-devel/Makefile b/editors/nano-devel/Makefile
index f751729cec60..f9bb843f8ca9 100644
--- a/editors/nano-devel/Makefile
+++ b/editors/nano-devel/Makefile
@@ -35,12 +35,7 @@ MAN5= nanorc.5
.include <bsd.port.pre.mk>
-# requires wide character curses
-.if (${OSVERSION} < 700033)
-CONFIGURE_ARGS+=--disable-utf8
-.else
CONFIGURE_ARGS+=--enable-utf8
-.endif
post-build:
cd ${WRKSRC}/doc/man; ${REINPLACE_CMD} \
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index ee3ff4d6a5b8..2039ae824789 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -44,12 +44,7 @@ MAN5= nanorc.5
.include <bsd.port.pre.mk>
-# requires wide character curses
-.if (${OSVERSION} < 700033)
-CONFIGURE_ARGS+=--disable-utf8
-.else
CONFIGURE_ARGS+=--enable-utf8
-.endif
post-build:
cd ${WRKSRC}/doc/man; ${REINPLACE_CMD} \