From c161dc7366e8d65225cfe92fb0d338987131dc1d Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 4 Jul 2002 05:18:17 +0000 Subject: [PATCH] Back out the libiconv stuff -- it is wrong and doesn't work. --- editors/vim/Makefile | 4 ---- 1 file changed, 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