diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-06 23:24:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-06 23:24:14 +0000 |
commit | 7e3189d2e6e11e6bb50c103e4c784ebed5825052 (patch) | |
tree | caad96a9f7827ef33c56a5b43c1ab25c8982f3e2 /editors | |
parent | - Change master sites (diff) |
Fix build on head and 11.
Bump portrevision has built on 8 and 9 should not have been built as expected
With hat: portmgr
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 1b769586a6d8..ae302d974252 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -12,7 +12,7 @@ PORTNAME= vim # ! PATCHLEVEL to that level. PATCHLEVEL= 110 PORTVERSION= 7.4.${PATCHLEVEL} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= editors MASTER_SITES= VIM DISTNAME= ${PORTNAME}-${PORTVERSION:R} @@ -49,6 +49,7 @@ CONFLICTS+= vim* CONFLICTS+= vim*-lite .endif +USES= pkgconfig MAKE_JOBS_UNSAFE= yes USE_BZIP2= yes WRKSRC= ${WRKDIR}/vim${PORTVERSION:R:S/.//g}/src @@ -101,7 +102,7 @@ MAKE_ARGS+= CONF_OPT_LUA_PREFIX="--with-lua-prefix=${LOCALBASE}" .endif .if ${PORT_OPTIONS:MPERL} -USES= perl5 +USES+= perl5 MAKE_ARGS+= CONF_OPT_PERL="--enable-perlinterp" .endif |