svn commit: r513021 - head/multimedia/clutter-gst3

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 27 10:18:35 UTC 2019


Author: bapt
Date: Fri Sep 27 10:18:35 2019
New Revision: 513021
URL: https://svnweb.freebsd.org/changeset/ports/513021

Log:
  Remove non needed dependency on libXp

Modified:
  head/multimedia/clutter-gst3/Makefile

Modified: head/multimedia/clutter-gst3/Makefile
==============================================================================
--- head/multimedia/clutter-gst3/Makefile	Fri Sep 27 10:15:07 2019	(r513020)
+++ head/multimedia/clutter-gst3/Makefile	Fri Sep 27 10:18:35 2019	(r513021)
@@ -3,6 +3,7 @@
 
 PORTNAME=	clutter-gst
 PORTVERSION=	3.0.26
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	3
@@ -20,12 +21,12 @@ LIB_DEPENDS=	libclutter-1.0.so:graphics/clutter \
 		libjson-glib-1.0.so:devel/json-glib
 
 USES=		gettext-runtime gl gmake gnome libtool localbase pathfix \
-		pkgconfig tar:xz
+		pkgconfig tar:xz xorg
 USE_GNOME=	atk cairo gdkpixbuf2 gnomeprefix introspection:build pango
 GNU_CONFIGURE=	yes
 USE_GL=		gl egl
 USE_GSTREAMER1=	yes
-USE_XORG=	xcomposite xdamage xext xfixes xi xp xrandr x11
+USE_XORG=	xcomposite xdamage xext xfixes xi xrandr x11
 USE_LDCONFIG=	yes
 MAKE_ENV=	XDG_CACHE_HOME=${WRKDIR}
 CONFIGURE_ARGS=	--disable-udev


More information about the svn-ports-head mailing list