git: c4582d88545a - main - devel/py-pydbus: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Feb 2025 16:09:54 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c4582d88545aa7c8cee7b9e9bfb32d48a7a6d709
commit c4582d88545aa7c8cee7b9e9bfb32d48a7a6d709
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:33:53 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:54:19 +0000
devel/py-pydbus: Add NO_ARCH
Approved by: portmgr (blanket)
---
devel/py-pydbus/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/py-pydbus/Makefile b/devel/py-pydbus/Makefile
index f1a4121c0ff4..71d89856a1c2 100644
--- a/devel/py-pydbus/Makefile
+++ b/devel/py-pydbus/Makefile
@@ -16,4 +16,6 @@ USES= gnome python
USE_GNOME= pygobject3:run
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
.include <bsd.port.mk>