git: 6ccad582d1bd - main - misc/qt6-doc: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 07:23:20 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ccad582d1bd68afaf05fe80907d1ad8e4a07050 commit 6ccad582d1bd68afaf05fe80907d1ad8e4a07050 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:08:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:08:43 +0000 misc/qt6-doc: Add NO_ARCH Approved by: portmgr (blanket) --- misc/qt6-doc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/qt6-doc/Makefile b/misc/qt6-doc/Makefile index 3142eba8482b..874c32455b69 100644 --- a/misc/qt6-doc/Makefile +++ b/misc/qt6-doc/Makefile @@ -17,5 +17,6 @@ USE_QT= base declarative tools \ ALL_TARGET= docs INSTALL_TARGET= install_docs +NO_ARCH= yes .include <bsd.port.mk>