git: 38c71586d36a - main - devel/pydbus-common: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 19:06:13 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=38c71586d36ad5b0d801dd6bbfe85558dc8287da
commit 38c71586d36ad5b0d801dd6bbfe85558dc8287da
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-11 17:46:01 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-11 18:47:51 +0000
devel/pydbus-common: Add NO_ARCH
Approved by: portmgr (blanket)
---
devel/pydbus-common/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/pydbus-common/Makefile b/devel/pydbus-common/Makefile
index a473cb1387f5..381ee8dcf654 100644
--- a/devel/pydbus-common/Makefile
+++ b/devel/pydbus-common/Makefile
@@ -26,6 +26,8 @@ INSTALL_TARGET= install-strip
.if ${SLAVE_PORT} == no
USES+= python:build
+NO_ARCH= yes
+
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}