summaryrefslogtreecommitdiff
path: root/editors/vim/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-07-25 16:45:44 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-07-25 16:45:44 +0000
commitfb334bff79b0e08d7d3134970aa60fe9198d213a (patch)
tree137259fa035113da8c3a0cd9469f188f400f60e9 /editors/vim/Makefile
parentUpdate to Vim 6.1 patchlevel 141 (diff)
Back out rev 1.198 (reinstate rev 1.196 -- add a dependency on libiconv
if it is present) but use the newer lib. Submitted by: jim
Notes
Notes: svn path=/head/; revision=63539
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r--editors/vim/Makefile4
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