diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-07 23:52:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-07 23:52:40 +0800 |
commit | 3e95ed2d78436b302cc911ae8dcd3f0e2e0b3402 (patch) | |
tree | d85d1d826adfcc00724f4cb18ebe3b014d54fc70 /benchmarks/netio | |
parent | 852d5fb9c0e0348fd1eff348fb2e2e9bbe9bab9d (diff) | |
download | freebsd-ports-gnome-3e95ed2d78436b302cc911ae8dcd3f0e2e0b3402.tar.gz freebsd-ports-gnome-3e95ed2d78436b302cc911ae8dcd3f0e2e0b3402.tar.zst freebsd-ports-gnome-3e95ed2d78436b302cc911ae8dcd3f0e2e0b3402.zip |
Convert b* to USES=zip
Diffstat (limited to 'benchmarks/netio')
-rw-r--r-- | benchmarks/netio/Makefile | 3 |
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} |