aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/rubygem-guard-minitest/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/rubygem-guard-minitest/Makefile b/sysutils/rubygem-guard-minitest/Makefile
index 2e5959230624..cd3163920aa0 100644
--- a/sysutils/rubygem-guard-minitest/Makefile
+++ b/sysutils/rubygem-guard-minitest/Makefile
@@ -12,11 +12,12 @@ COMMENT= Automatically run your tests with Minitest framework
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-guard-compat>=1.2:sysutils/rubygem-guard-compat \
- rubygem-minitest>=3:devel/rubygem-minitest
+RUN_DEPENDS= rubygem-guard-compat>=1.2<2:sysutils/rubygem-guard-compat \
+ rubygem-minitest>=3.0:devel/rubygem-minitest
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>