1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

x11-toolkits/kf5-kirigami2: drop not necessary anymore GCC

This commit is contained in:
Piotr Kubaj 2023-08-11 12:21:33 +02:00
parent fb32485df3
commit 8422281af9

View File

@ -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 \