aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/netio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-07 15:52:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-07 15:52:40 +0000
commitd574c51a4fc8cf8e01beaf9bbb5a0628e14f8a6f (patch)
treed85d1d826adfcc00724f4cb18ebe3b014d54fc70 /benchmarks/netio
parente06f3ca1c92ec2e41d673716b75f54a03e4a816f (diff)
downloadports-d574c51a4fc8cf8e01beaf9bbb5a0628e14f8a6f.tar.gz
ports-d574c51a4fc8cf8e01beaf9bbb5a0628e14f8a6f.zip
Convert b* to USES=zip
Notes
Notes: svn path=/head/; revision=347402
Diffstat (limited to 'benchmarks/netio')
-rw-r--r--benchmarks/netio/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/netio/Makefile b/benchmarks/netio/Makefile
index 0b91f4430c1f..1c168bfbffad 100644
--- a/benchmarks/netio/Makefile
+++ b/benchmarks/netio/Makefile
@@ -12,8 +12,7 @@ MAINTAINER= arved@FreeBSD.org
COMMENT= Network benchmark
WRKSRC= ${WRKDIR}
-USE_ZIP= yes
-USES= gmake
+USES= gmake zip
PLIST_FILES= bin/netio
CFLAGS+= -DUNIX ${PTHREAD_CFLAGS}