diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-07-04 05:18:17 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-07-04 05:18:17 +0000 |
commit | c161dc7366e8d65225cfe92fb0d338987131dc1d (patch) | |
tree | 1736cf848801e5d6870a59b0c5604630be701dd2 /editors | |
parent | ca62dd387103738e2588ca6d442e0b019e4fcf41 (diff) | |
download | ports-c161dc7366e8d65225cfe92fb0d338987131dc1d.tar.gz ports-c161dc7366e8d65225cfe92fb0d338987131dc1d.zip |
Notes
Diffstat (limited to 'editors')
-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 |