diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 10:47:01 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 10:47:01 +0000 |
commit | ef878751a79ba6aaefefa599a76c833c618977d5 (patch) | |
tree | e67483ee6a85fa279cba6dfa007a1304c37237d9 /games/gigalomania | |
parent | 78b522d04c8a56a2bcf7582bd65b2e049494ea9e (diff) | |
download | freebsd-ports-ef878751a79ba6aaefefa599a76c833c618977d5.zip |
games: Add missing USES={gnome,gl,sdl,xorg}
Diffstat (limited to 'games/gigalomania')
-rw-r--r-- | games/gigalomania/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gigalomania/Makefile b/games/gigalomania/Makefile index 03324e7674dd..72c9a91f1332 100644 --- a/games/gigalomania/Makefile +++ b/games/gigalomania/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}src MAINTAINER= ports@FreeBSD.org COMMENT= Open source 2D real time strategy god game -USES= zip +USES= sdl zip USE_SDL= image2 mixer2 sdl2 PORTDOCS= readme.html |