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 /games/aisleriot | |
parent | net/trafshow: Update MAINTAINER, WWW, add LICENSE (diff) |
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 'games/aisleriot')
-rw-r--r-- | games/aisleriot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/aisleriot/Makefile b/games/aisleriot/Makefile index ab42af2468f2..3f8690cece77 100644 --- a/games/aisleriot/Makefile +++ b/games/aisleriot/Makefile @@ -21,7 +21,8 @@ LIB_DEPENDS= libguile-2.2.so:lang/guile2 \ CONFLICTS_INSTALL= sol-[0-9]* PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gmake gnome pathfix pkgconfig tar:xz +USES= desktop-file-utils gettext gmake gnome pathfix pkgconfig \ + tar:xz xorg USE_GNOME= cairo gconf2 gtk30 intlhack librsvg2 libxml2:build USE_XORG= x11 |