diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 17:52:17 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 17:52:17 +0000 |
commit | 1f65a30b2a597437f1c0f6efc0ccb6db9fa3a893 (patch) | |
tree | cdb25449a98effba082df30b22490052698a7210 /benchmarks | |
parent | - Update patches to set default boot-environment based upon output of (diff) |
Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES.
Notes
Notes:
svn path=/head/; revision=361989
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/fio/Makefile | 2 |
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> |