aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:16:12 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:58:12 +0000
commit11f873b269a741ca81d06d1341442503d175f5a6 (patch)
tree8673b71108e08149be7e9a7563acffe2e7b3f269 /www
parentec511d5c218105d26399a19354c4d25def1029ca (diff)
downloadports-11f873b269a741ca81d06d1341442503d175f5a6.tar.gz
ports-11f873b269a741ca81d06d1341442503d175f5a6.zip
www/rubygem-gitlab-turbolinks-classic: Use = instead of ?=
Diffstat (limited to 'www')
-rw-r--r--www/rubygem-gitlab-turbolinks-classic/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/rubygem-gitlab-turbolinks-classic/Makefile b/www/rubygem-gitlab-turbolinks-classic/Makefile
index 539c14587eca..00af6c1b7ab0 100644
--- a/www/rubygem-gitlab-turbolinks-classic/Makefile
+++ b/www/rubygem-gitlab-turbolinks-classic/Makefile
@@ -9,10 +9,11 @@ COMMENT= Turbolinks makes following links in your web application faster
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS?= rubygem-coffee-rails4>=4.0.1:devel/rubygem-coffee-rails4
+RUN_DEPENDS= rubygem-coffee-rails4>=4.0.1:devel/rubygem-coffee-rails4
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>