aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-10-20 17:17:17 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-10-20 17:17:17 +0000
commitd93464635fd8608005dbf83c1223db7ce866384e (patch)
treea404e6992562978484efefce2e35429c6031cd73 /security
parente546274a0949da26a3ed219c9801745fbed44616 (diff)
Notes
Diffstat (limited to 'security')
-rw-r--r--security/rubygem-omniauth-jwt/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/rubygem-omniauth-jwt/Makefile b/security/rubygem-omniauth-jwt/Makefile
index bfca77fbd53b..a430d14a8463 100644
--- a/security/rubygem-omniauth-jwt/Makefile
+++ b/security/rubygem-omniauth-jwt/Makefile
@@ -13,10 +13,11 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-jwt>=0:www/rubygem-jwt \
- rubygem-omniauth>=1.1:security/rubygem-omniauth
+ rubygem-omniauth>=1.1<2:security/rubygem-omniauth
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>