diff options
author | obrien <obrien@FreeBSD.org> | 2002-07-04 13:18:17 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-07-04 13:18:17 +0800 |
commit | bbcdb2b1f0c1a7a935feef1e75f228744a4a2c02 (patch) | |
tree | adc43581115574cb5f021adf45fb536150815df6 /editors/vim | |
parent | 626cc55b7369721668b3c4b2a6fa396366b52692 (diff) | |
download | freebsd-ports-gnome-bbcdb2b1f0c1a7a935feef1e75f228744a4a2c02.tar.gz freebsd-ports-gnome-bbcdb2b1f0c1a7a935feef1e75f228744a4a2c02.tar.zst freebsd-ports-gnome-bbcdb2b1f0c1a7a935feef1e75f228744a4a2c02.zip |
Back out the libiconv stuff -- it is wrong and doesn't work.
Diffstat (limited to 'editors/vim')
-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 |