diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-25 23:29:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-25 23:29:34 +0000 |
commit | 1df9d247be410e0fd8c43e281e7aaa314fef30e5 (patch) | |
tree | 5d26acd476642c3b773f75db8040205ff9dc4d29 /games/linwarrior | |
parent | 6bf16e73115b4c62539ac4f0a4f6ccf1270eb26f (diff) |
Notes
Diffstat (limited to 'games/linwarrior')
-rw-r--r-- | games/linwarrior/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/linwarrior/Makefile b/games/linwarrior/Makefile index 40a906de5f72..e89d6d0a6faa 100644 --- a/games/linwarrior/Makefile +++ b/games/linwarrior/Makefile @@ -12,8 +12,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Navigate a mech through a 3D world and fire at enemies -USES= gmake -USE_OPENAL= al alut +USES= gmake openal:al,alut USE_GL= gl glu USE_SDL= sdl |