Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Aug 2024 17:24:33 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: 68e1000c41a5 - main - emulators/py-unicorn: Add NO_ARCH
Message-ID:  <202408041724.474HOXj3069751@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=68e1000c41a5414c8764f0f324033b7359754e35

commit 68e1000c41a5414c8764f0f324033b7359754e35
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-04 17:11:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-04 17:14:32 +0000

    emulators/py-unicorn: Add NO_ARCH
    
    Approved by:    portmgr (blanket)
---
 emulators/py-unicorn/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/emulators/py-unicorn/Makefile b/emulators/py-unicorn/Makefile
index 3f79455c04c6..af363c4cf9a7 100644
--- a/emulators/py-unicorn/Makefile
+++ b/emulators/py-unicorn/Makefile
@@ -18,6 +18,8 @@ GH_TAGNAME=	2.0.1.post1
 
 USES=		python
 USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
 WRKSRC_SUBDIR=	bindings/python
 
 do-test:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408041724.474HOXj3069751>