summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-11 16:51:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-11 16:51:23 +0000
commitc3cfba02d903b3140ad36dbe1b5ae1cd259f7eb5 (patch)
tree5a6aedbdc5934999358c5538ae7c29b86f3e255e /www
parentef736f8c80f1a5e337d83f693f1fba3a4827cb96 (diff)
downloadfreebsd-ports-c3cfba02d903b3140ad36dbe1b5ae1cd259f7eb5.zip
Update version requirement of RUN_DEPENDS
Diffstat (limited to 'www')
-rw-r--r--www/rubygem-jquery-turbolinks/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/rubygem-jquery-turbolinks/Makefile b/www/rubygem-jquery-turbolinks/Makefile
index 06fc486d819e..199ac972380b 100644
--- a/www/rubygem-jquery-turbolinks/Makefile
+++ b/www/rubygem-jquery-turbolinks/Makefile
@@ -12,11 +12,12 @@ COMMENT= jQuery plugin for drop-in fix binded events problem caused by Turbolink
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-RUN_DEPENDS= rubygem-railties4>=4.1.6:www/rubygem-railties4 \
+RUN_DEPENDS= rubygem-railties4>=3.1.0:www/rubygem-railties4 \
rubygem-turbolinks>=0:www/rubygem-turbolinks
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>