git: 572f3c22507a - main - x11-themes/plasma5-plasma-workspace-wallpapers: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Feb 2022 12:54:03 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=572f3c22507ac25b2808ef0022a52647269d645e commit 572f3c22507ac25b2808ef0022a52647269d645e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-02-28 09:41:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-02-28 12:46:43 +0000 x11-themes/plasma5-plasma-workspace-wallpapers: Add NO_ARCH Approved by: portmgr (blanket) --- x11-themes/plasma5-plasma-workspace-wallpapers/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-themes/plasma5-plasma-workspace-wallpapers/Makefile b/x11-themes/plasma5-plasma-workspace-wallpapers/Makefile index 2b5a2801f25f..a846d12f6883 100644 --- a/x11-themes/plasma5-plasma-workspace-wallpapers/Makefile +++ b/x11-themes/plasma5-plasma-workspace-wallpapers/Makefile @@ -22,4 +22,6 @@ USE_QT= buildtools_build \ CMAKE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Core=TRUE \ -DQMAKE_EXECUTABLE:PATH=${QMAKE} +NO_ARCH= yes + .include <bsd.port.mk>