aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2010-09-19 06:40:36 +0800
committerobrien <obrien@FreeBSD.org>2010-09-19 06:40:36 +0800
commitd0530dbec8a86aedec5fe44de501d9bc0c70b19e (patch)
tree7734ae758511feb3cd5c63ca461cb0d04101ea93 /editors
parent8a1089908556d5be55a723dc73d3064e03dde84f (diff)
downloadfreebsd-ports-gnome-d0530dbec8a86aedec5fe44de501d9bc0c70b19e.tar.gz
freebsd-ports-gnome-d0530dbec8a86aedec5fe44de501d9bc0c70b19e.tar.zst
freebsd-ports-gnome-d0530dbec8a86aedec5fe44de501d9bc0c70b19e.zip
Look for libiconv in ${LOCALBASE}.
PR: 150690 Submitted by: swell.k@gmail.com
Diffstat (limited to 'editors')
-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