git: 57bb85aae44c - main - devel/py-shapely: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 11:49:20 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=57bb85aae44c5e22879856fe797a9136f7f0b26a commit 57bb85aae44c5e22879856fe797a9136f7f0b26a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-13 11:36:42 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-13 11:40:14 +0000 devel/py-shapely: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-shapely/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-shapely/Makefile b/devel/py-shapely/Makefile index f209beaff08f..377120314f74 100644 --- a/devel/py-shapely/Makefile +++ b/devel/py-shapely/Makefile @@ -16,4 +16,6 @@ LIB_DEPENDS= libgeos_c.so:graphics/geos USES= python:3.6+ USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk>