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/spek/Makefile | |
parent | Add staging support (diff) |
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)
Notes
Notes:
svn path=/head/; revision=356114
Diffstat (limited to '')
-rw-r--r-- | audio/spek/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/spek/Makefile b/audio/spek/Makefile index c964b5a0374d..9a63012f2cb0 100644 --- a/audio/spek/Makefile +++ b/audio/spek/Makefile @@ -14,8 +14,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg -USE_XZ= yes -USES= gmake pkgconfig desktop-file-utils compiler:c++11-lib desktop-file-utils +USES= tar:xz gmake pkgconfig desktop-file-utils compiler:c++11-lib desktop-file-utils USE_GNOME= intltool USE_WX= 2.8+ WX_UNICODE= yes |