diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-07 07:24:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-07 07:24:14 +0800 |
commit | 8fe4e28485f454dba40dcb0137a1e1bdf6fa691c (patch) | |
tree | caad96a9f7827ef33c56a5b43c1ab25c8982f3e2 | |
parent | 52ffca02619e6206e3b0317fcd1f1c2a1d31fd12 (diff) | |
download | freebsd-ports-gnome-8fe4e28485f454dba40dcb0137a1e1bdf6fa691c.tar.gz freebsd-ports-gnome-8fe4e28485f454dba40dcb0137a1e1bdf6fa691c.tar.zst freebsd-ports-gnome-8fe4e28485f454dba40dcb0137a1e1bdf6fa691c.zip |
Fix build on head and 11.
Bump portrevision has built on 8 and 9 should not have been built as expected
With hat: portmgr
-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 |