summaryrefslogtreecommitdiff
path: root/benchmarks/fio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/fio/Makefile')
-rw-r--r--benchmarks/fio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile
index 4a984ce6f9d7..f471d9f66ec5 100644
--- a/benchmarks/fio/Makefile
+++ b/benchmarks/fio/Makefile
@@ -16,7 +16,7 @@ USES= gmake tar:bzip2
OPTIONS_DEFINE= GNUPLOT EXAMPLES
GNUPLOT_DESC= Support for plotting graphs
-GNUPLOT_BUILD_DEPENDS= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot
+GNUPLOT_BUILD_DEPENDS= ${LOCALBASE}/bin/gnuplot:math/gnuplot
.include <bsd.port.options.mk>
@@ -26,7 +26,7 @@ MAKE_ARGS+= YACC=${LOCALBASE}/bin/bison
.endif
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033
-BUILD_DEPENDS+= flex>0:${PORTSDIR}/textproc/flex
+BUILD_DEPENDS+= flex>0:textproc/flex
MAKE_ARGS+= LEX=${LOCALBASE}/bin/flex
.endif