Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2019 10:15:07 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513020 - head/multimedia/clutter-gst
Message-ID:  <201909271015.x8RAF7YG023878@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep 27 10:15:07 2019
New Revision: 513020
URL: https://svnweb.freebsd.org/changeset/ports/513020

Log:
  Remove non needed dependency on libXp

Modified:
  head/multimedia/clutter-gst/Makefile

Modified: head/multimedia/clutter-gst/Makefile
==============================================================================
--- head/multimedia/clutter-gst/Makefile	Fri Sep 27 10:07:18 2019	(r513019)
+++ head/multimedia/clutter-gst/Makefile	Fri Sep 27 10:15:07 2019	(r513020)
@@ -3,6 +3,7 @@
 
 PORTNAME=	clutter-gst
 PORTVERSION=	2.0.18
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	GNOME
 
@@ -14,12 +15,12 @@ LIB_DEPENDS=	libclutter-1.0.so:graphics/clutter
 PORTSCOUT=	ignore:1
 
 USES=		gmake libtool localbase pathfix \
-		pkgconfig tar:xz
+		pkgconfig tar:xz xorg
 USE_GNOME=	introspection gnomeprefix
 GNU_CONFIGURE=	yes
 USE_GL=		gl
 USE_GSTREAMER1=	yes
-USE_XORG=	xp x11
+USE_XORG=	x11
 USE_LDCONFIG=	yes
 MAKE_ENV=	XDG_CACHE_HOME=${WRKDIR}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909271015.x8RAF7YG023878>