diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 05:43:17 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 05:43:17 +0800 |
commit | 1cf7c15bcf2522cd43d51dede202cd9250bad11f (patch) | |
tree | 626d2288bada68bcb887f72d08c8de3dfe0595dc /audio | |
parent | d67e1883b6d3deed93b173e9acc01cbe37453ad1 (diff) | |
download | freebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.tar.gz freebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.tar.zst freebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.zip |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/emu10kx/Makefile | 2 | ||||
-rw-r--r-- | audio/gnome-audio/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/emu10kx/Makefile b/audio/emu10kx/Makefile index fee40c287d0b..dbb5c29bab0b 100644 --- a/audio/emu10kx/Makefile +++ b/audio/emu10kx/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-2005-10-21 MAINTAINER= ports@FreeBSD.org COMMENT= SBLive!, Audigy, and Audigy2 driver for FreeBSD -USE_BZIP2= yes +USES= tar:bzip2 NO_STAGE= yes NO_PACKAGE= should be recompiled for a particular FreeBSD kernel diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile index ecf1ea4cb809..391742332fd8 100644 --- a/audio/gnome-audio/Makefile +++ b/audio/gnome-audio/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Sound files for use with GNOME 2 -USE_BZIP2= yes +USES= tar:bzip2 NO_BUILD= yes USE_GNOME= gnomehier MAKE_ENV= prefix=${PREFIX} |