svn commit: r335790 - head/editors/vim

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 6 23:24:15 UTC 2013


Author: bapt
Date: Fri Dec  6 23:24:14 2013
New Revision: 335790
URL: http://svnweb.freebsd.org/changeset/ports/335790

Log:
  Fix build on head and 11.
  Bump portrevision has built on 8 and 9 should not have been built as expected
  
  With hat:	portmgr

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Fri Dec  6 23:22:17 2013	(r335789)
+++ head/editors/vim/Makefile	Fri Dec  6 23:24:14 2013	(r335790)
@@ -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-
 .endif
 
 .if ${PORT_OPTIONS:MPERL}
-USES=	perl5
+USES+=	perl5
 MAKE_ARGS+=	CONF_OPT_PERL="--enable-perlinterp"
 .endif
 


More information about the svn-ports-head mailing list