aboutsummaryrefslogtreecommitdiff
path: root/editors/vile
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2008-06-18 13:36:52 +0000
committerGary Jennejohn <gj@FreeBSD.org>2008-06-18 13:36:52 +0000
commit55b476ce8765f2bdd35baf3ac62feac23b3efd8c (patch)
treea2eee41c8481b21874f4c38db16b73fc385aba1f /editors/vile
parent118bf1ed794581ec8b33a3e4c06b2f16ae1addca (diff)
downloadports-55b476ce8765f2bdd35baf3ac62feac23b3efd8c.tar.gz
ports-55b476ce8765f2bdd35baf3ac62feac23b3efd8c.zip
Notes
Diffstat (limited to 'editors/vile')
-rw-r--r--editors/vile/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index 96a4da5cf728..c3f9a04b1f80 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -34,6 +34,7 @@ CONFIGURE_ARGS+= --with-iconv
USE_ICONV= yes
.else
CONFIGURE_ARGS+= --without-iconv
+CONFIGURE_ARGS+= --without-locale
.endif
.if defined(WITH_PERL)