diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-06-01 13:03:14 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-06-01 13:03:14 +0000 |
commit | 886a9071a1cc4b364b0a8ff097f1bd58778aea11 (patch) | |
tree | c9d301ed55367daf089b38d9246d62856e45d5db /audio/beast | |
parent | 0be4595fc26a2cdc85a3d8573c423b1d946cbb77 (diff) |
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)
Notes
Notes:
svn path=/head/; revision=356114
Diffstat (limited to 'audio/beast')
-rw-r--r-- | audio/beast/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile index 77fe60007d96..fe167e19cbc7 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -22,8 +22,7 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils OPTIONS_DEFINE= DEBUG OPTIONS_DEFINE_i386= SSE -USE_BZIP2= yes -USES= desktop-file-utils gmake gettext pathfix pkgconfig shared-mime-info +USES= tar:bzip2 desktop-file-utils gmake gettext pathfix pkgconfig shared-mime-info USE_GCC= yes USE_GNOME= gnomehier libgnomecanvas GNU_CONFIGURE= yes |