diff options
author | bapt <bapt@FreeBSD.org> | 2019-09-27 18:18:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2019-09-27 18:18:35 +0800 |
commit | 57a1d9d8e3c41bc0e97b10630b6d85d1d24d7d5c (patch) | |
tree | 370661a0eabba7889d217ae495de81abd16b9d43 /multimedia | |
parent | 0589c356f5cd208100dd5c83448a0ed34cad5965 (diff) | |
download | freebsd-ports-gnome-57a1d9d8e3c41bc0e97b10630b6d85d1d24d7d5c.tar.gz freebsd-ports-gnome-57a1d9d8e3c41bc0e97b10630b6d85d1d24d7d5c.tar.zst freebsd-ports-gnome-57a1d9d8e3c41bc0e97b10630b6d85d1d24d7d5c.zip |
Remove non needed dependency on libXp
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/clutter-gst3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/clutter-gst3/Makefile b/multimedia/clutter-gst3/Makefile index df8bd3c2ca57..99e2d40608ca 100644 --- a/multimedia/clutter-gst3/Makefile +++ b/multimedia/clutter-gst3/Makefile @@ -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 |