git: ec0ee2ede003 - main - math/py-roman: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Aug 2022 10:34:26 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ec0ee2ede003b0dd1fa228b91990c6dbd12df758
commit ec0ee2ede003b0dd1fa228b91990c6dbd12df758
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-08-27 10:26:59 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-08-27 10:26:59 +0000
math/py-roman: Add NO_ARCH
Approved by: portmgr (blanket)
---
math/py-roman/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/math/py-roman/Makefile b/math/py-roman/Makefile
index 1ae3a2a70b0d..04f688ec92d9 100644
--- a/math/py-roman/Makefile
+++ b/math/py-roman/Makefile
@@ -10,4 +10,6 @@ COMMENT= Integer to Roman numerals converter
USES= python:3.6+
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
.include <bsd.port.mk>