summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2010-09-18 22:40:36 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2010-09-18 22:40:36 +0000
commit6cdcf71c7e7e7352a46f0b2367447d67650c7010 (patch)
treecfd1a1a202fdf2cbd22db33c58bb323db6cb1a81 /editors/vim
parent- Update to 0.4.9 (diff)
Look for libiconv in ${LOCALBASE}.
PR: 150690 Submitted by: swell.k@gmail.com
Notes
Notes: svn path=/head/; revision=261412
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 7292db176f02..a5f36795e529 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -166,7 +166,7 @@ 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)
+.if exists(${LOCALBASE}/lib/libiconv.so)
USE_ICONV= yes
.endif