git: e688683d2d5e - main - cad/py-ezdxf: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 19:10:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e688683d2d5eee6ef9eca7172ca17a9a91be9c82 commit e688683d2d5eee6ef9eca7172ca17a9a91be9c82 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 19:10:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 19:10:02 +0000 cad/py-ezdxf: Add NO_ARCH Approved by: portmgr (blanket) --- cad/py-ezdxf/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cad/py-ezdxf/Makefile b/cad/py-ezdxf/Makefile index 11f71b551cae..55c810e6a0d6 100644 --- a/cad/py-ezdxf/Makefile +++ b/cad/py-ezdxf/Makefile @@ -20,6 +20,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geomdl>0:graphics/py-geomdl@${PY_FLAVOR} USES= python USE_PYTHON= concurrent distutils autoplist pytest +NO_ARCH= yes + USE_GITHUB= yes GH_ACCOUNT= mozman