diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-07 20:42:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-07 20:42:38 +0000 |
commit | dce4b3197f0cc536af723aa6188f4c57cd3590d4 (patch) | |
tree | 384c9432d138c3956ae11f8e8f3a9e8f703276d5 /games/diameter/Makefile | |
parent | 3f80a7b4c3446b1f5c5bc547129de03a577ce931 (diff) |
- Convert USE_BZIP2 and USE_DOS2UNIX to USES
Notes
Notes:
svn path=/head/; revision=353204
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 |