git: 62d2b01a61cf - main - devel/mk-configure: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:49:37 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=62d2b01a61cf6c631623fe195c85b6fa3c36d957 commit 62d2b01a61cf6c631623fe195c85b6fa3c36d957 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-12-21 18:54:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-12-21 18:54:56 +0000 devel/mk-configure: Add NO_ARCH Approved by: portmgr (blanket) --- devel/mk-configure/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/mk-configure/Makefile b/devel/mk-configure/Makefile index 13c5cde49ff6..eb1e9b6b7265 100644 --- a/devel/mk-configure/Makefile +++ b/devel/mk-configure/Makefile @@ -15,6 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ bmkdep:devel/bmkdep MAKE_JOBS_UNSAFE= yes +NO_ARCH= yes BMAKE?= ${LOCALBASE}/bin/bmake INSTALL_TARGET= installdirs install install-doc