diff options
Diffstat (limited to 'games/diameter/Makefile')
-rw-r--r-- | games/diameter/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/diameter/Makefile b/games/diameter/Makefile index 1d385b297c31..e0e0878284ea 100644 --- a/games/diameter/Makefile +++ b/games/diameter/Makefile @@ -13,9 +13,8 @@ COMMENT= Arcade-style game with elements of economy and adventure LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libguichan.so:${PORTSDIR}/devel/guichan -USE_BZIP2= yes +USES= tar:bzip2 gmake pkgconfig GNU_CONFIGURE= yes -USES= gmake pkgconfig USE_GL= gl USE_SDL= sdl mixer image USE_PYTHON= yes |