git: 8c230cd0e046 - main - devel/spice-protocol: Add NO_ARCH

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 13 May 2022 11:49:08 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8c230cd0e046e6ef5cafae6b38094cd58c606d79

commit 8c230cd0e046e6ef5cafae6b38094cd58c606d79
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-05-13 11:36:10 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-05-13 11:40:12 +0000

    devel/spice-protocol: Add NO_ARCH
    
    Approved by:    portmgr (blanket)
---
 devel/spice-protocol/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/spice-protocol/Makefile b/devel/spice-protocol/Makefile
index 6db4f45fa8a5..281725a6a599 100644
--- a/devel/spice-protocol/Makefile
+++ b/devel/spice-protocol/Makefile
@@ -15,5 +15,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 USES=		meson ninja pathfix pkgconfig python tar:xz
 
 MESON_ARGS=	-Ddatadir=libdata
+NO_ARCH=	yes
 
 .include <bsd.port.mk>