diff options
Diffstat (limited to 'benchmarks/nuttcp/Makefile')
-rw-r--r-- | benchmarks/nuttcp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/nuttcp/Makefile b/benchmarks/nuttcp/Makefile index 3267b6dd6ac8..ab87f2d235f6 100644 --- a/benchmarks/nuttcp/Makefile +++ b/benchmarks/nuttcp/Makefile @@ -13,9 +13,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= andrewclarkii@gmail.com COMMENT= TCP/UDP network testing tool -USES= shebangfix +USES= tar:bzip2 shebangfix SHEBANG_FILES= ../nuttscp -USE_BZIP2= yes MAKEFILE= /dev/null ALL_TARGET= ${PORTNAME} |