From 812319e2dad26b0dd837abb3cd0475cc3aa224f0 Mon Sep 17 00:00:00 2001 From: ohauer Date: Sun, 1 Jun 2014 09:00:15 +0000 Subject: cat astro / benchmarks - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) - adjust BSDn License --- benchmarks/interbench/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'benchmarks/interbench') diff --git a/benchmarks/interbench/Makefile b/benchmarks/interbench/Makefile index 13193bbc9ef9..ee07747a20f8 100644 --- a/benchmarks/interbench/Makefile +++ b/benchmarks/interbench/Makefile @@ -11,8 +11,7 @@ COMMENT= Interactivity benchmark for Unix-like systems LICENSE= GPLv2 -USE_BZIP2= yes -USES= gmake +USES= tar:bzip2 gmake MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" ALL_TARGET= ${PORTNAME} -- cgit