From 1cf7c15bcf2522cd43d51dede202cd9250bad11f Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 29 Jul 2014 21:43:17 +0000 Subject: Convert some more USE_BZIP2 to USES=tar:bzip2 Approved by: portmgr (not really, but touches unstaged ports) --- emulators/linux_dist-gentoo-stage3/Makefile | 2 +- emulators/parallels-tools/Makefile | 2 +- emulators/psim-freebsd/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'emulators') 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 \ -- cgit