git: 8699685b533d - main - x11-toolkits/qt5-uiplugin: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Feb 2022 12:54:04 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8699685b533d2dd8f6f6266f99358fd7baef2eb8 commit 8699685b533d2dd8f6f6266f99358fd7baef2eb8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-02-28 09:41:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-02-28 12:46:44 +0000 x11-toolkits/qt5-uiplugin: Add NO_ARCH Approved by: portmgr (blanket) --- x11-toolkits/qt5-uiplugin/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-toolkits/qt5-uiplugin/Makefile b/x11-toolkits/qt5-uiplugin/Makefile index 511279c2913c..6bcd9a26da0e 100644 --- a/x11-toolkits/qt5-uiplugin/Makefile +++ b/x11-toolkits/qt5-uiplugin/Makefile @@ -14,4 +14,6 @@ USE_QT= core gui widgets \ BUILD_WRKSRC= ${WRKSRC}/src/designer/src/${PORTNAME} INSTALL_WRKSRC= ${WRKSRC}/src/designer/src/${PORTNAME} +NO_ARCH= yes + .include <bsd.port.mk>