summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-12-05 01:47:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-12-05 01:47:47 +0000
commit4796f3f401d0619be55ed0d0f35c0a3cd85871cb (patch)
treeb288c7c70074d898346091fed5cb446326dfe4b9 /benchmarks
parentUpdate to 6.35. (diff)
Fix typos.
Pointy hats on standby.
Notes
Notes: svn path=/head/; revision=403019
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/fio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile
index b79811a3e9b9..1dd5796e03ae 100644
--- a/benchmarks/fio/Makefile
+++ b/benchmarks/fio/Makefile
@@ -20,12 +20,12 @@ GNUPLOT_BUILD_DEPENDS= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot
.include <bsd.port.options.mk>
-if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000013
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000013
USES+= bison
MAKE_ARGS+= YACC=${LOCALBASE}/bin/bison
.endif
-if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033
BUILD_DEPENDS+= flex>0:${PORTSDIR}/textproc/flex
MAKE_ARGS+= LEX=${LOCALBASE}/bin/flex
.endif