git: 0b85a2fc6820 - main - math/gmm++: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Oct 2023 16:02:53 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0b85a2fc682038fd3433295b53d7a82e16715297 commit 0b85a2fc682038fd3433295b53d7a82e16715297 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-10-16 15:21:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-10-16 16:00:10 +0000 math/gmm++: Add NO_ARCH Approved by: portmgr (blanket) --- math/gmm++/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/gmm++/Makefile b/math/gmm++/Makefile index 980aa76952b4..ab0a022aa4be 100644 --- a/math/gmm++/Makefile +++ b/math/gmm++/Makefile @@ -17,6 +17,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +NO_ARCH= yes NO_BUILD= yes .include <bsd.port.mk>