aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-12-28 07:40:46 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-12-28 07:40:46 +0000
commit2f774a86ecb1fe38fef47e39ef9cbff783c0c9cc (patch)
treea8688a885fdefbde5d5128dbbc80f00a437e8bf6 /devel
parent021613fc14dee161845b1166524be065703aa14e (diff)
downloadports-2f774a86ecb1fe38fef47e39ef9cbff783c0c9cc.tar.gz
ports-2f774a86ecb1fe38fef47e39ef9cbff783c0c9cc.zip
Update version requirement of RUN_DEPENDS
Notes
Notes: svn path=/head/; revision=521177
Diffstat (limited to 'devel')
-rw-r--r--devel/rubygem-logging/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/rubygem-logging/Makefile b/devel/rubygem-logging/Makefile
index 0e491350d7cd..f4372676e316 100644
--- a/devel/rubygem-logging/Makefile
+++ b/devel/rubygem-logging/Makefile
@@ -12,11 +12,12 @@ COMMENT= Logging library based on Java's log4j #'
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-little-plugger>=1.1:devel/rubygem-little-plugger \
- rubygem-multi_json>=1.10:devel/rubygem-multi_json
+RUN_DEPENDS= rubygem-little-plugger>=1.1<2:devel/rubygem-little-plugger \
+ rubygem-multi_json>=1.10<2:devel/rubygem-multi_json
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>