summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-07-04 05:18:17 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-07-04 05:18:17 +0000
commitc161dc7366e8d65225cfe92fb0d338987131dc1d (patch)
tree1736cf848801e5d6870a59b0c5604630be701dd2 /editors
parentadd more MASTERSITE (diff)
Back out the libiconv stuff -- it is wrong and doesn't work.
Notes
Notes: svn path=/head/; revision=62406
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 5310b6ce2cff..5cdf5a214a8f 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -125,10 +125,6 @@ MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=no --without-x --enable-multibyte"
MAKE_ARGS+= CONF_OPT_PERL="--disable-perlinterp --disable-pythoninterp --disable-tclinterp --disable-rubyinterp"
.endif # LITE
-.if exists(${PREFIX}/lib/libiconv.so)
-LIB_DEPENDS+= iconv.2:${PORTSDIR}/converters/iconv
-.endif
-
# Until the bsd.gnome.mk people fix their damned file
.if defined(WITH_GTK)
USE_XLIB= yes