aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-09-21 16:29:56 +0000
committerJohn Marino <marino@FreeBSD.org>2015-09-21 16:29:56 +0000
commite1d4ec05e9c8419785b4c1b3d68e722094403ee2 (patch)
treeffda55be17bba457a2dab8ca48c74c0fa0cc7d13 /benchmarks
parent2aec7160bb627488d8aa78ecfd99d87676b52204 (diff)
downloadports-e1d4ec05e9c8419785b4c1b3d68e722094403ee2.tar.gz
ports-e1d4ec05e9c8419785b4c1b3d68e722094403ee2.zip
benchmarks/iorate: USES+=alias to fix build on DragonFly
Notes
Notes: svn path=/head/; revision=397512
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/iorate/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/iorate/Makefile b/benchmarks/iorate/Makefile
index 03252a2736d5..5ec6de99296a 100644
--- a/benchmarks/iorate/Makefile
+++ b/benchmarks/iorate/Makefile
@@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar
MAINTAINER= blttll@gmail.com
COMMENT= General purpose storage I/O benchmarking tool
-USES= bison
+USES= alias bison
MAKEFILE= makefile
MAKE_ARGS= CC="${CC}"
NO_WRKSUBDIR= yes