aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-16 01:52:17 +0800
committeradamw <adamw@FreeBSD.org>2014-07-16 01:52:17 +0800
commit954919bae85d4cc6333028db8b432fb762f825f2 (patch)
treecdb25449a98effba082df30b22490052698a7210 /benchmarks
parent143ac5e6c58d37a5f89164958bbb896f25d46a91 (diff)
downloadfreebsd-ports-gnome-954919bae85d4cc6333028db8b432fb762f825f2.tar.gz
freebsd-ports-gnome-954919bae85d4cc6333028db8b432fb762f825f2.tar.zst
freebsd-ports-gnome-954919bae85d4cc6333028db8b432fb762f825f2.zip
Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES.
Diffstat (limited to 'benchmarks')
-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>