git: 8422281af98c - main - x11-toolkits/kf5-kirigami2: drop not necessary anymore GCC
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Aug 2023 01:38:01 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=8422281af98c2fb3b51051228f8f417595b6c8b8 commit 8422281af98c2fb3b51051228f8f417595b6c8b8 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-11 10:21:33 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-12 01:37:39 +0000 x11-toolkits/kf5-kirigami2: drop not necessary anymore GCC --- x11-toolkits/kf5-kirigami2/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/x11-toolkits/kf5-kirigami2/Makefile b/x11-toolkits/kf5-kirigami2/Makefile index 889d062a753a..1f0a2ef9f262 100644 --- a/x11-toolkits/kf5-kirigami2/Makefile +++ b/x11-toolkits/kf5-kirigami2/Makefile @@ -1,16 +1,12 @@ PORTNAME= kirigami2 DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= QtQuick based components set -USES= cmake gettext kde:5 qt:5 tar:xz -.if !exists(/usr/include/omp.h) -USES+= compiler:gcc-c++11-lib -.else -USES+= compiler:c++11-lib -.endif +USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz USE_KDE= kdeclarative \ ecm:build USE_QT= core concurrent dbus declarative graphicaleffects gui \