aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2015-12-05 09:47:47 +0800
committeradamw <adamw@FreeBSD.org>2015-12-05 09:47:47 +0800
commitef3fb1df4f5976e3ec620d7b4e8904039d756980 (patch)
treeb288c7c70074d898346091fed5cb446326dfe4b9 /benchmarks
parentcccc1b6fe882b1336d5de5e54eea549254d21d2a (diff)
downloadfreebsd-ports-gnome-ef3fb1df4f5976e3ec620d7b4e8904039d756980.tar.gz
freebsd-ports-gnome-ef3fb1df4f5976e3ec620d7b4e8904039d756980.tar.zst
freebsd-ports-gnome-ef3fb1df4f5976e3ec620d7b4e8904039d756980.zip
Fix typos.
Pointy hats on standby.
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