svn commit: r489586 - head/multimedia/cinelerra-gg

Antoine Brodin antoine at FreeBSD.org
Mon Jan 7 17:02:16 UTC 2019


Author: antoine
Date: Mon Jan  7 17:02:15 2019
New Revision: 489586
URL: https://svnweb.freebsd.org/changeset/ports/489586

Log:
  Add explicit build dependency on python2.7
  
  PR:		234633

Modified:
  head/multimedia/cinelerra-gg/Makefile

Modified: head/multimedia/cinelerra-gg/Makefile
==============================================================================
--- head/multimedia/cinelerra-gg/Makefile	Mon Jan  7 16:57:00 2019	(r489585)
+++ head/multimedia/cinelerra-gg/Makefile	Mon Jan  7 17:02:15 2019	(r489586)
@@ -49,7 +49,7 @@ EXTRA_PATCHES=	${BUILD_WRKSRC}/blds/bsd.patch:-p1
 
 REV=		502b6f3b6fd04f6b01c6d70dcb81aa304dd0db1c # git revision
 
-USES=		autoreconf gettext-runtime gettext-tools gmake iconv:wchar_t jpeg localbase makeinfo shebangfix
+USES=		autoreconf gettext-runtime gettext-tools gmake iconv:wchar_t jpeg localbase makeinfo python:2.7,build shebangfix
 SHEBANG_GLOB=	*.sh *.bld
 GNU_CONFIGURE=	yes
 USE_XORG=	x11 xau xdmcp xext xfixes xft xinerama xv


More information about the svn-ports-head mailing list