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 /games/xdino | |
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 'games/xdino')
-rw-r--r-- | games/xdino/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xdino/Makefile b/games/xdino/Makefile index 3ff551ed9856..1d1d934dd3b1 100644 --- a/games/xdino/Makefile +++ b/games/xdino/Makefile @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Dino puzzle game for X11 WRKSRC= ${WRKDIR}/${PORTNAME} -USES= imake +USES= imake xorg USE_XORG= x11 xext xt sm ice PLIST_FILES= bin/xdino \ |