Date: Mon, 25 Oct 2021 16:05:28 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 11f873b269a7 - main - www/rubygem-gitlab-turbolinks-classic: Use = instead of ?= Message-ID: <202110251605.19PG5S6J082955@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=11f873b269a741ca81d06d1341442503d175f5a6 commit 11f873b269a741ca81d06d1341442503d175f5a6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 15:16:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:58:12 +0000 www/rubygem-gitlab-turbolinks-classic: Use = instead of ?= --- www/rubygem-gitlab-turbolinks-classic/Makefile | 7 ++++--- 1 file 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110251605.19PG5S6J082955>