git: 056773ade62d - main - misc/qt5-l10n: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Feb 2022 12:53:58 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=056773ade62d808af6c198c5b76e1cab54ca8bb6 commit 056773ade62d808af6c198c5b76e1cab54ca8bb6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-02-28 09:40:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-02-28 12:46:42 +0000 misc/qt5-l10n: Add NO_ARCH Approved by: portmgr (blanket) --- misc/qt5-l10n/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/qt5-l10n/Makefile b/misc/qt5-l10n/Makefile index 294cb5aa7a72..75eb251bd02e 100644 --- a/misc/qt5-l10n/Makefile +++ b/misc/qt5-l10n/Makefile @@ -9,4 +9,6 @@ COMMENT= Qt localized messages USES= qmake qt-dist:5,translations USE_QT= qmake_build linguisttools_build +NO_ARCH= yes + .include <bsd.port.mk>