aboutsummaryrefslogtreecommitdiff
path: root/games/cataclysm-dda
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-14 12:39:42 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-14 12:39:42 +0000
commit863110e9f95de207d0c8891b013c3d43e70cbceb (patch)
tree7cefef4036a143c0a890c264dd040a774616688a /games/cataclysm-dda
parent243a1c4dcae2dcc5d9caae8c27bbc73a9e484e5b (diff)
downloadports-863110e9f95de207d0c8891b013c3d43e70cbceb.tar.gz
ports-863110e9f95de207d0c8891b013c3d43e70cbceb.zip
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
Notes
Notes: svn path=/head/; revision=517560
Diffstat (limited to 'games/cataclysm-dda')
-rw-r--r--games/cataclysm-dda/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/cataclysm-dda/Makefile b/games/cataclysm-dda/Makefile
index de80f42f9544..b5b2a217f4cc 100644
--- a/games/cataclysm-dda/Makefile
+++ b/games/cataclysm-dda/Makefile
@@ -40,7 +40,7 @@ NCURSES_USES= ncurses
SDL_CONFLICTS_INSTALL= ${PORTNAME}-[0-9]*
SDL_CONFLICTS_INSTALL_OFF= ${PORTNAME}-sdl-[0-9]*
SDL_USE= SDL=image2,ttf2
-SDL_USES= pkgconfig
+SDL_USES= pkgconfig sdl
SDL_MAKE_ARGS= TILES=1 TILESTARGET=cataclysm
SDL_CPPFLAGS= $$(sdl2-config --cflags)
SDL_LDFLAGS= $$(sdl2-config --libs)