aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/fio
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-15 17:52:17 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-15 17:52:17 +0000
commit1f65a30b2a597437f1c0f6efc0ccb6db9fa3a893 (patch)
treecdb25449a98effba082df30b22490052698a7210 /benchmarks/fio
parent24da6a764129d3c786c3b6fcf99eaa4591c1c4a0 (diff)
downloadports-1f65a30b2a597437f1c0f6efc0ccb6db9fa3a893.tar.gz
ports-1f65a30b2a597437f1c0f6efc0ccb6db9fa3a893.zip
Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES.
Notes
Notes: svn path=/head/; revision=361989
Diffstat (limited to 'benchmarks/fio')
-rw-r--r--benchmarks/fio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile
index 41846b0e47e5..4dacc2125911 100644
--- a/benchmarks/fio/Makefile
+++ b/benchmarks/fio/Makefile
@@ -13,7 +13,7 @@ LICENSE= GPLv2
USES= gmake tar:bzip2
-OPTIONS_DEFINE= GNUPLOT
+OPTIONS_DEFINE= GNUPLOT EXAMPLES
GNUPLOT_DESC= Support for plotting graphs
.include <bsd.port.options.mk>