aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/rubygem-railsbench
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-03-01 06:50:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-03-01 06:50:31 +0000
commitdb5483bde81cebd787d6de0228970800111e9336 (patch)
tree7a12c16967cd7c61d6b402051c6d1cfd9c6f5566 /benchmarks/rubygem-railsbench
parent9f26131e122e48d91e2f1f8921c3b9091d6391e2 (diff)
downloadports-db5483bde81cebd787d6de0228970800111e9336.tar.gz
ports-db5483bde81cebd787d6de0228970800111e9336.zip
Update version requirement of RUN_DEPENDS
Notes
Notes: svn path=/head/; revision=527529
Diffstat (limited to 'benchmarks/rubygem-railsbench')
-rw-r--r--benchmarks/rubygem-railsbench/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/benchmarks/rubygem-railsbench/Makefile b/benchmarks/rubygem-railsbench/Makefile
index 67dd1bab318f..176ab02b8b76 100644
--- a/benchmarks/rubygem-railsbench/Makefile
+++ b/benchmarks/rubygem-railsbench/Makefile
@@ -13,15 +13,16 @@ COMMENT= Scripts designed for benchmarking of Rails applications
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
PLIST_FILES= bin/railsbench
OPTIONS_DEFINE= GRUFF
GRUFF_DESC= Plotting of perf data support using gruff
-GRUFF_RUN_DEPENDS= rubygem-gruff>=0.2.8:graphics/rubygem-gruff
+GRUFF_RUN_DEPENDS= rubygem-gruff>=0:graphics/rubygem-gruff
.include <bsd.port.mk>