summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-09-09 17:09:26 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-09-09 17:09:26 +0000
commit67e69ab522ec8b1c051be15b38550088cfd5df0d (patch)
tree63840a0ffa60f2170874a976be1ab5efc79811cf /editors
parentwww/rubygem-http_router: add port for rubygem-http_router (diff)
- Fix unconditionally dependency on libiconv.so from converters/libiconv
- Bump PORTREVISION for package change PR: ports/193319 Reported by: Harald Schmalzbauer <bugzilla.freebsd@omnilan.de>
Notes
Notes: svn path=/head/; revision=367751
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 1dbb16a66938..67ac09edca16 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -3,7 +3,7 @@
PORTNAME= vim
PORTVERSION= 7.4.${PATCHLEVEL}
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= editors
MASTER_SITES= VIM:source \
${MASTER_SITE_VIM:S|unix|patches/${PORTVERSION:R}|}:patch \
@@ -145,6 +145,7 @@ MAKE_ARGS+= CONF_OPT_PYTHON="--enable-python3interp --disable-pythoninterp"
post-patch:
@${REINPLACE_CMD} -e '/^install_normal: / s|install-icons|# &|; /cd $$(DEST_BIN); ln -s/d' ${WRKSRC}/src/Makefile
+ @${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB}|g' ${WRKSRC}/src/auto/configure
@${FIND} ${WRKSRC}/runtime/ -name menu\*.vim -print0 | ${XARGS} -0 ${REINPLACE_CMD} -e 's,ctags -R \\.,${CTAGS_CMD},g'
.for p in ${POSTPONED_PATCHES}
@${ECHO_MSG} "===> Applying distribution patch ${p}"