diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-09 13:16:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-09 13:16:49 +0000 |
commit | 9d79e7b1469f6887d302e13ce7c67c54408a2453 (patch) | |
tree | 263754af5ddd95f1ad55b06c101378a0cf71009b /benchmarks | |
parent | a0e384abe8236d5d12c69354d90c0de5342f7efb (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/fio/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile index 61d2ce99d19a..dbef29fd8517 100644 --- a/benchmarks/fio/Makefile +++ b/benchmarks/fio/Makefile @@ -18,16 +18,6 @@ GNUPLOT_DESC= Support for plotting graphs GNUPLOT_BUILD_DEPENDS= ${LOCALBASE}/bin/gnuplot:math/gnuplot -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000013 -BUILD_DEPENDS+= byacc>0:devel/byacc -MAKE_ARGS+= YACC=${LOCALBASE}/bin/yacc - -BUILD_DEPENDS+= flex>0:textproc/flex -MAKE_ARGS+= LEX=${LOCALBASE}/bin/flex -.endif - BROKEN_powerpc64= Does not build on powerpc64 do-install: |