git: b4583bef2b8a - main - graphics/py-exifread: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 11:49:09 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b4583bef2b8afb34d29226a5c59f7c3c67d2a294
commit b4583bef2b8afb34d29226a5c59f7c3c67d2a294
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-05-13 11:36:12 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-05-13 11:40:12 +0000
graphics/py-exifread: Add NO_ARCH
Approved by: portmgr (blanket)
---
graphics/py-exifread/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/graphics/py-exifread/Makefile b/graphics/py-exifread/Makefile
index 2a63b39ee45b..dbd237c52d39 100644
--- a/graphics/py-exifread/Makefile
+++ b/graphics/py-exifread/Makefile
@@ -15,4 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:3.6+
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
.include <bsd.port.mk>