svn commit: r481018 - in head/multimedia: gstreamer1 gstreamer1-plugins

Antoine Brodin antoine at FreeBSD.org
Mon Oct 1 09:21:38 UTC 2018


Author: antoine
Date: Mon Oct  1 09:21:37 2018
New Revision: 481018
URL: https://svnweb.freebsd.org/changeset/ports/481018

Log:
  Add explicit USES=python

Modified:
  head/multimedia/gstreamer1-plugins/Makefile
  head/multimedia/gstreamer1/Makefile

Modified: head/multimedia/gstreamer1-plugins/Makefile
==============================================================================
--- head/multimedia/gstreamer1-plugins/Makefile	Mon Oct  1 09:08:31 2018	(r481017)
+++ head/multimedia/gstreamer1-plugins/Makefile	Mon Oct  1 09:21:37 2018	(r481018)
@@ -40,7 +40,7 @@ UGLY_DISTNAME=		gst-plugins-ugly-${UGLY_PORTVERSION}
 UGLY_DISTFILE=		${UGLY_DISTNAME}${EXTRACT_SUFX}
 DIST?=		base
 
-USES+=		gettext gmake gnome libtool pathfix pkgconfig tar:xz
+USES+=		gettext gmake gnome libtool pathfix pkgconfig python tar:xz
 WANT_GSTREAMER=	yes
 USE_GNOME+=	glib20 introspection:build libxml2
 GNU_CONFIGURE=	yes

Modified: head/multimedia/gstreamer1/Makefile
==============================================================================
--- head/multimedia/gstreamer1/Makefile	Mon Oct  1 09:08:31 2018	(r481017)
+++ head/multimedia/gstreamer1/Makefile	Mon Oct  1 09:21:37 2018	(r481018)
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 PORTSCOUT=	limitw:1,even
 
 CFLAGS+=	-Wno-format
-USES=		bison gettext gmake gnome libtool pathfix pkgconfig tar:xz
+USES=		bison gettext gmake gnome libtool pathfix pkgconfig python tar:xz
 USE_GNOME=	glib20 introspection:build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-tests \


More information about the svn-ports-all mailing list