diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-07-25 16:45:44 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-07-25 16:45:44 +0000 |
commit | fb334bff79b0e08d7d3134970aa60fe9198d213a (patch) | |
tree | 137259fa035113da8c3a0cd9469f188f400f60e9 | |
parent | 20f5237f0f889b5aae0cd269aada523ed6cb08e2 (diff) | |
download | ports-fb334bff79b0e08d7d3134970aa60fe9198d213a.tar.gz ports-fb334bff79b0e08d7d3134970aa60fe9198d213a.zip |
Notes
-rw-r--r-- | editors/vim/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 8cb4052c43e3..67dd9e65a2d8 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -125,6 +125,10 @@ 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.3:${PORTSDIR}/converters/libiconv +.endif + # Until the bsd.gnome.mk people fix their damned file .if defined(WITH_GTK) USE_XLIB= yes |