diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-07-14 17:20:11 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-07-14 17:20:11 +0000 |
commit | 9e09b901b476f3285e43d6ce0c836ba783e9bb5a (patch) | |
tree | e5d57dd36fe0f696cdc2220b47c5a5b123eb2d5a /games | |
parent | 347b372ac75c312cc04216058a2b0f6ecd3151d7 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/asteroid/Makefile | 4 | ||||
-rw-r--r-- | games/asteroid/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/asteroid/Makefile b/games/asteroid/Makefile index 12ce065f762e..5bfe7159ed3a 100644 --- a/games/asteroid/Makefile +++ b/games/asteroid/Makefile @@ -17,10 +17,10 @@ GH_ACCOUNT= chazomaticus GH_TAGNAME= 64869df USES= cmake -USE_GL= glut +USE_GL= gl glu glut USE_SDL= mixer sdl USE_GNOME= gtk30 -USE_XORG= xmu +USE_XORG= xmu xi INSTALLS_ICONS= yes LDFLAGS+= -lm diff --git a/games/asteroid/pkg-descr b/games/asteroid/pkg-descr index 489ff7fae7ae..cadf8f26664f 100644 --- a/games/asteroid/pkg-descr +++ b/games/asteroid/pkg-descr @@ -18,4 +18,4 @@ collect the powerups, run over them; or you can shoot them for bonus points to figure out the different powerup types. -WWW: http://chazomaticus.github.io/asteroid/ +WWW: https://chazomaticus.github.io/asteroid/ |