diff options
Diffstat (limited to 'games/blockout/Makefile')
-rw-r--r-- | games/blockout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/blockout/Makefile b/games/blockout/Makefile index 993f4c7..8866eb0 100644 --- a/games/blockout/Makefile +++ b/games/blockout/Makefile @@ -15,7 +15,7 @@ COMMENT= BlockOut II is an adaptation of the original Blockout DOS game ONLY_FOR_ARCHS= i386 USE_SDL= mixer sdl -USE_GMAKE= yes +USES= gmake USE_GL= gl glu WRKSRC= ${WRKDIR}/bl24_lin_src |