git: a7eb99a2caf6 - main - math/audi: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 18:10:27 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a7eb99a2caf63b97b0a0737c9df64f22c540112a commit a7eb99a2caf63b97b0a0737c9df64f22c540112a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-18 17:59:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-18 18:05:14 +0000 math/audi: Add NO_ARCH Approved by: portmgr (blanket) --- math/audi/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/audi/Makefile b/math/audi/Makefile index 9d6444d44819..27bea7d8a66a 100644 --- a/math/audi/Makefile +++ b/math/audi/Makefile @@ -23,5 +23,6 @@ GH_ACCOUNT= darioizzo CMAKE_OFF= AUDI_BUILD_TESTS CMAKE_TESTING_ON= AUDI_BUILD_TESTS +NO_ARCH= yes .include <bsd.port.mk>