aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-07-26 00:45:44 +0800
committerobrien <obrien@FreeBSD.org>2002-07-26 00:45:44 +0800
commite13026d413a20c779a7317033e6f7b756c91901c (patch)
tree387b40393745b3808846986679269324a7240bc5
parenta1371d65b805e19aeb305cc16380833e476dde73 (diff)
downloadfreebsd-ports-gnome-e13026d413a20c779a7317033e6f7b756c91901c.tar.gz
freebsd-ports-gnome-e13026d413a20c779a7317033e6f7b756c91901c.tar.zst
freebsd-ports-gnome-e13026d413a20c779a7317033e6f7b756c91901c.zip
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
-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