diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-09-27 10:15:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-09-27 10:15:07 +0000 |
commit | 212f89f4f31a8c95beaaf6d967de60d4330b399e (patch) | |
tree | 310e6e92532e3e2017acef97195326adb34c5b15 /multimedia/clutter-gst | |
parent | 649c6e91b8d29f99888a05ebf1e91fe40d12e4e0 (diff) |
Notes
Diffstat (limited to 'multimedia/clutter-gst')
-rw-r--r-- | multimedia/clutter-gst/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile index 2fdd290085b4..149ca61b9e44 100644 --- a/multimedia/clutter-gst/Makefile +++ b/multimedia/clutter-gst/Makefile @@ -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} |