diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 06:16:14 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-06 06:16:14 +0800 |
commit | be6c15b5c6de864408ba3f414a57f20ff622a2d0 (patch) | |
tree | 86bd1ae6afedaa57f4eef276444e85b00f8c8e63 /graphics/gthumb | |
parent | 2428d822895b6225746f9e1d2bed3143711fcf14 (diff) | |
download | freebsd-ports-gnome-be6c15b5c6de864408ba3f414a57f20ff622a2d0.tar.gz freebsd-ports-gnome-be6c15b5c6de864408ba3f414a57f20ff622a2d0.tar.zst freebsd-ports-gnome-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.
Diffstat (limited to 'graphics/gthumb')
-rw-r--r-- | graphics/gthumb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 29f293560964..13ce5935cccc 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -28,8 +28,8 @@ LIB_DEPENDS= libclutter-1.0.so:graphics/clutter \ libtiff.so:graphics/tiff RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas -USES= bison compiler:c++11-lib desktop-file-utils gettext gmake \ - jpeg libtool localbase pathfix pkgconfig tar:xz +USES= bison compiler:c++11-lib desktop-file-utils gettext gl gmake \ + gnome jpeg libtool localbase pathfix pkgconfig tar:xz xorg USE_GL= egl USE_GNOME= cairo gtk30 intltool librsvg2 USE_XORG= x11 xcomposite xdamage xext xfixes xrandr xi |