aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-10-20 17:21:36 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-10-20 17:21:36 +0000
commitd73fc777e95b10464fef578049e0963506351195 (patch)
tree3547322c00e869d2ccafc5698fa701f9f5df957d /misc
parentba41a628452a710337bd3637520f1ff964b484c7 (diff)
downloadports-d73fc777e95b10464fef578049e0963506351195.tar.gz
ports-d73fc777e95b10464fef578049e0963506351195.zip
Update version requirement of RUN_DEPENDS
Notes
Notes: svn path=/head/; revision=515059
Diffstat (limited to 'misc')
-rw-r--r--misc/rubygem-mime-types/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/rubygem-mime-types/Makefile b/misc/rubygem-mime-types/Makefile
index 288b588463ef..22168837673a 100644
--- a/misc/rubygem-mime-types/Makefile
+++ b/misc/rubygem-mime-types/Makefile
@@ -12,10 +12,11 @@ COMMENT= Ruby gem which provides a mailcap-like MIME Content-Type lookup
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/Licence.md
-RUN_DEPENDS= rubygem-mime-types-data>=3.2015:misc/rubygem-mime-types-data
+RUN_DEPENDS= rubygem-mime-types-data>=3.2015<4:misc/rubygem-mime-types-data
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>