aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-30 05:43:17 +0800
committeradamw <adamw@FreeBSD.org>2014-07-30 05:43:17 +0800
commit1cf7c15bcf2522cd43d51dede202cd9250bad11f (patch)
tree626d2288bada68bcb887f72d08c8de3dfe0595dc /emulators
parentd67e1883b6d3deed93b173e9acc01cbe37453ad1 (diff)
downloadfreebsd-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 'emulators')
-rw-r--r--emulators/linux_dist-gentoo-stage3/Makefile2
-rw-r--r--emulators/parallels-tools/Makefile2
-rw-r--r--emulators/psim-freebsd/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/linux_dist-gentoo-stage3/Makefile b/emulators/linux_dist-gentoo-stage3/Makefile
index 1ef678022107..6da63d581e6d 100644
--- a/emulators/linux_dist-gentoo-stage3/Makefile
+++ b/emulators/linux_dist-gentoo-stage3/Makefile
@@ -11,7 +11,7 @@ COMMENT= Files from Gentoo distribution, for Linux compatibility
RESTRICTED= binaries licensed under GNU GPL without accompanying source
-USE_BZIP2= YES
+USES= tar:bzip2
DIST_SUBDIR= gentoo-linux
NO_BUILD= YES
ONLY_FOR_ARCHS= i386 amd64
diff --git a/emulators/parallels-tools/Makefile b/emulators/parallels-tools/Makefile
index baac4bc1a158..e8ff4c2b8648 100644
--- a/emulators/parallels-tools/Makefile
+++ b/emulators/parallels-tools/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= bland@FreeBSD.org
COMMENT= Parallels Desktop Tools for FreeBSD
SSP_UNSAFE= kernel module does not support ssp
-USE_BZIP2= yes
+USES= tar:bzip2
ONLY_FOR_ARCHS= amd64 i386
diff --git a/emulators/psim-freebsd/Makefile b/emulators/psim-freebsd/Makefile
index a37cb8b8a42a..e5d77ad153ec 100644
--- a/emulators/psim-freebsd/Makefile
+++ b/emulators/psim-freebsd/Makefile
@@ -16,7 +16,7 @@ DISTNAME= gdb-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= PowerPC simulator (PSIM) running in the GNU GDB 6
-USE_BZIP2= yes
+USES= tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-psim --target=powerpc-freebsd-elf \
--program-suffix=psim \