git: 3cc91e15ac01 - main - databases/py-aiosqlite: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 16:10:13 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3cc91e15ac018a0168330aa59c8b67af1fbbfe54
commit 3cc91e15ac018a0168330aa59c8b67af1fbbfe54
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-09-10 16:07:15 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-09-10 16:07:15 +0000
databases/py-aiosqlite: Add NO_ARCH
Approved by: portmgr (blanket)
---
databases/py-aiosqlite/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/databases/py-aiosqlite/Makefile b/databases/py-aiosqlite/Makefile
index 11b962d883ee..c3fbb38c478d 100644
--- a/databases/py-aiosqlite/Makefile
+++ b/databases/py-aiosqlite/Makefile
@@ -15,4 +15,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
.include <bsd.port.mk>