diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 18:47:01 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 18:47:01 +0800 |
commit | ef878751a79ba6aaefefa599a76c833c618977d5 (patch) | |
tree | e67483ee6a85fa279cba6dfa007a1304c37237d9 /games/asteroids3d | |
parent | 78b522d04c8a56a2bcf7582bd65b2e049494ea9e (diff) | |
download | freebsd-ports-gnome-ef878751a79ba6aaefefa599a76c833c618977d5.tar.gz freebsd-ports-gnome-ef878751a79ba6aaefefa599a76c833c618977d5.tar.zst freebsd-ports-gnome-ef878751a79ba6aaefefa599a76c833c618977d5.zip |
games: Add missing USES={gnome,gl,sdl,xorg}
Diffstat (limited to 'games/asteroids3d')
-rw-r--r-- | games/asteroids3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/asteroids3d/Makefile b/games/asteroids3d/Makefile index 917c929433ec..332e235928f2 100644 --- a/games/asteroids3d/Makefile +++ b/games/asteroids3d/Makefile @@ -17,7 +17,7 @@ COMMENT= First-person shooter blowing up asteroids in 3D space LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USES= autoreconf gl tar:bzip2 +USES= autoreconf gl gnome tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= with_gamesdir="${PREFIX}/bin" with_gamedatadir="${DATADIR}" USE_GL= glut |