diff options
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r-- | editors/vim/Makefile | 4 |
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 |