Skip to content

Commit

Permalink
x11-toolkits/kf5-kirigami2: drop not necessary anymore GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Aug 12, 2023
1 parent fb32485 commit 8422281
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions 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 \
Expand Down

0 comments on commit 8422281

Please sign in to comment.