git: 4c267db03e12 - main - www/py-google-cloud-aiplatform: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Aug 2024 17:24:39 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c267db03e12e3649a0ee3544a6580b3785735ce commit 4c267db03e12e3649a0ee3544a6580b3785735ce Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-08-04 17:11:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-08-04 17:14:34 +0000 www/py-google-cloud-aiplatform: Add NO_ARCH Approved by: portmgr (blanket) --- www/py-google-cloud-aiplatform/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/py-google-cloud-aiplatform/Makefile b/www/py-google-cloud-aiplatform/Makefile index 30f141fb7cc0..a2d500989d81 100644 --- a/www/py-google-cloud-aiplatform/Makefile +++ b/www/py-google-cloud-aiplatform/Makefile @@ -25,4 +25,6 @@ USES= python USE_LDCONFIG= yes USE_PYTHON= distutils autoplist # TODO pytest - it has a large and complex set of dependencies +NO_ARCH= yes + .include <bsd.port.mk>