Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2022 13:54:31 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: a66d2f446f65 - main - textproc/rubygem-babosa: Add NO_ARCH
Message-ID:  <202207111354.26BDsVCa014038@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=a66d2f446f650360ee98abb4b2ab1ac452543a2b

commit a66d2f446f650360ee98abb4b2ab1ac452543a2b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-11 13:51:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-11 13:51:26 +0000

    textproc/rubygem-babosa: Add NO_ARCH
---
 textproc/rubygem-babosa/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/textproc/rubygem-babosa/Makefile b/textproc/rubygem-babosa/Makefile
index 44f078c349d2..a0f96af7ebb8 100644
--- a/textproc/rubygem-babosa/Makefile
+++ b/textproc/rubygem-babosa/Makefile
@@ -11,7 +11,9 @@ COMMENT=	Ruby library for creating slugs
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-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?202207111354.26BDsVCa014038>