diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-04 05:07:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-04 05:07:17 +0800 |
commit | a3893ca7b7a6dbe27d71538a7272894a041a57cb (patch) | |
tree | cdbc504d12ee8db825712bef5ec2e47a54174d4a /benchmarks | |
parent | d716fe9348500252fa2e618cf65ef2ce05630fba (diff) | |
download | freebsd-ports-gnome-a3893ca7b7a6dbe27d71538a7272894a041a57cb.tar.gz freebsd-ports-gnome-a3893ca7b7a6dbe27d71538a7272894a041a57cb.tar.zst freebsd-ports-gnome-a3893ca7b7a6dbe27d71538a7272894a041a57cb.zip |
Allow staging as a regular user
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/tcpblast/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile index 044cf4a9eb16..1a696c7e326d 100644 --- a/benchmarks/tcpblast/Makefile +++ b/benchmarks/tcpblast/Makefile @@ -12,6 +12,7 @@ COMMENT= Measures the throughput of a TCP connection PLIST_FILES= bin/tcpblast +USES= uidfix WRKSRC= ${WRKDIR}/src do-extract: |