aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/rubygem-fog-profitbricks/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/rubygem-fog-profitbricks/Makefile b/net/rubygem-fog-profitbricks/Makefile
index 6e69ffa52ca5..7d157086b32f 100644
--- a/net/rubygem-fog-profitbricks/Makefile
+++ b/net/rubygem-fog-profitbricks/Makefile
@@ -13,11 +13,12 @@ COMMENT= Module for the 'fog' gem to support ProfitBricks
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-RUN_DEPENDS= rubygem-fog-core1>=1.42:devel/rubygem-fog-core1 \
- rubygem-fog-json>=1.0:devel/rubygem-fog-json
+RUN_DEPENDS= rubygem-fog-core1>=1.42<2:devel/rubygem-fog-core1 \
+ rubygem-fog-json>=1.0<2:devel/rubygem-fog-json
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>