git: 37e4eda03ed8 - main - x11-toolkits/wxgtk28-common: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Jul 2022 21:54:11 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=37e4eda03ed89a9842e1f1e5f2f6f3eb5e132258 commit 37e4eda03ed89a9842e1f1e5f2f6f3eb5e132258 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-11 21:47:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-11 21:47:43 +0000 x11-toolkits/wxgtk28-common: Add NO_ARCH Approved by: portmgr (blanket) --- x11-toolkits/wxgtk28-common/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-toolkits/wxgtk28-common/Makefile b/x11-toolkits/wxgtk28-common/Makefile index a823e5e58d06..aa26ba51c3f3 100644 --- a/x11-toolkits/wxgtk28-common/Makefile +++ b/x11-toolkits/wxgtk28-common/Makefile @@ -6,4 +6,6 @@ COMMENT= The wxWidgets GUI toolkit (common files) WXGTK_FLAVOR= gtk2-common MASTERDIR= ${.CURDIR}/../wxgtk28 +NO_ARCH= yes + .include "${MASTERDIR}/Makefile"