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/allacrost | |
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/allacrost')
-rw-r--r-- | games/allacrost/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/allacrost/Makefile b/games/allacrost/Makefile index 176b389005ec..34e597d6146a 100644 --- a/games/allacrost/Makefile +++ b/games/allacrost/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libboost_thread.so:devel/boost-libs GNU_CONFIGURE= yes -USES= gettext gmake iconv jpeg localbase lua:51 openal:al +USES= gettext gl gmake iconv jpeg localbase lua:51 openal:al sdl xorg USE_SDL= sdl ttf net USE_GL= gl glu USE_XORG= x11 |