From 8422281af98c2fb3b51051228f8f417595b6c8b8 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Fri, 11 Aug 2023 12:21:33 +0200 Subject: [PATCH] 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 889d062a753af..1f0a2ef9f262f 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 \