Date: Fri, 27 Sep 2019 10:18:35 +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: r513021 - head/multimedia/clutter-gst3 Message-ID: <201909271018.x8RAIZxB024182@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909271018.x8RAIZxB024182>