diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-04-03 06:32:14 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-04-03 06:32:14 +0000 |
commit | ea7e480abcbfa9fc92450d80de2cf4af2a78982e (patch) | |
tree | ef3659a9b28d8632c0d74b4698d29194cf85416b /games/briquolo/Makefile | |
parent | 73a9cf9f729b705cc4a6fa7e1d5ce02b60430d14 (diff) |
Switch to USES=tar for my ports
Notes
Notes:
svn path=/head/; revision=349973
Diffstat (limited to 'games/briquolo/Makefile')
-rw-r--r-- | games/briquolo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index 439a76769003..fbe4817d486e 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -14,8 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png -USES= desktop-file-utils gmake iconv -USE_BZIP2= yes +USES= tar:bzip2 gmake iconv desktop-file-utils USE_GL= gl USE_SDL= mixer sdl ttf USE_XORG= x11 |