diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:07:22 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 18:07:22 +0000 |
commit | 82f108df3064ff3c1a1e2286a12f648d68dae4cd (patch) | |
tree | b4d5bf951a26d05982f5c0f534d2f244ff41ae41 /multimedia/cheese/Makefile | |
parent | 7be404eb3fcc6b1994712ba54ceb56f81ab474e5 (diff) | |
download | ports-82f108df3064ff3c1a1e2286a12f648d68dae4cd.tar.gz ports-82f108df3064ff3c1a1e2286a12f648d68dae4cd.zip |
Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes
Notes:
svn path=/head/; revision=516916
Diffstat (limited to 'multimedia/cheese/Makefile')
-rw-r--r-- | multimedia/cheese/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile index bfce36baa902..306137a2c15d 100644 --- a/multimedia/cheese/Makefile +++ b/multimedia/cheese/Makefile @@ -29,8 +29,8 @@ RUN_DEPENDS= gnome-video-effects>=0:graphics/gnome-video-effects PORTSCOUT= limitw: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= cairo intlhack evolutiondataserver3 librsvg2 \ gnomedesktop3 libxml2:build introspection:build USE_GL= egl |