diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2010-09-18 22:40:36 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2010-09-18 22:40:36 +0000 |
commit | 6cdcf71c7e7e7352a46f0b2367447d67650c7010 (patch) | |
tree | cfd1a1a202fdf2cbd22db33c58bb323db6cb1a81 /editors/vim/Makefile | |
parent | 8499b4f4bca8be469d695579d19bad4f70e3bec6 (diff) |
Notes
Diffstat (limited to 'editors/vim/Makefile')
-rw-r--r-- | editors/vim/Makefile | 2 |
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 |