diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 22:16:14 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 22:16:14 +0000 |
commit | be6c15b5c6de864408ba3f414a57f20ff622a2d0 (patch) | |
tree | 86bd1ae6afedaa57f4eef276444e85b00f8c8e63 /graphics/clutter | |
parent | 2428d822895b6225746f9e1d2bed3143711fcf14 (diff) | |
download | ports-be6c15b5c6de864408ba3f414a57f20ff622a2d0.tar.gz ports-be6c15b5c6de864408ba3f414a57f20ff622a2d0.zip |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes
Notes:
svn path=/head/; revision=516845
Diffstat (limited to 'graphics/clutter')
-rw-r--r-- | graphics/clutter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index e7493c1ca253..13540a894e8b 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -19,7 +19,8 @@ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ PORTSCOUT= limit:1,even -USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz +USES= gettext gl gmake gnome libtool localbase pathfix pkgconfig \ + tar:xz xorg USE_GNOME= atk cairo gdkpixbuf2 pango introspection:build USE_GL= egl USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr |