aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2018-11-10 15:22:09 +0800
committertcberner <tcberner@FreeBSD.org>2018-11-10 15:22:09 +0800
commit30d3c11ef81e03a584705a80665f7b417bd124cd (patch)
treeceff24f1595f206d7e103f34437dc5704667c5a2 /devel
parent97d200d59956c09ed095b181633e9312ee64a30d (diff)
downloadfreebsd-ports-gnome-30d3c11ef81e03a584705a80665f7b417bd124cd.tar.gz
freebsd-ports-gnome-30d3c11ef81e03a584705a80665f7b417bd124cd.tar.zst
freebsd-ports-gnome-30d3c11ef81e03a584705a80665f7b417bd124cd.zip
Fix build for some more kde@ ports on GCC-architectures
PR: 233058 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'devel')
-rw-r--r--devel/kcachegrind/Makefile3
-rw-r--r--devel/kdesdk-thumbnailers/Makefile2
-rw-r--r--devel/umbrello/Makefile2
3 files changed, 4 insertions, 3 deletions
diff --git a/devel/kcachegrind/Makefile b/devel/kcachegrind/Makefile
index 02111ea7726e..7013b0eb79a9 100644
--- a/devel/kcachegrind/Makefile
+++ b/devel/kcachegrind/Makefile
@@ -7,7 +7,8 @@ CATEGORIES= devel kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Profiler frontend for KDE
-USES= cmake:outsource kde:5 python:run qt:5 shebangfix tar:xz
+USES= cmake:outsource compiler:c++11-lang kde:5 python:run qt:5 \
+ shebangfix tar:xz
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
coreaddons ecm i18n itemviews jobwidgets kio service solid \
widgetsaddons xmlgui
diff --git a/devel/kdesdk-thumbnailers/Makefile b/devel/kdesdk-thumbnailers/Makefile
index 69268fbadd7c..6858f79c17e4 100644
--- a/devel/kdesdk-thumbnailers/Makefile
+++ b/devel/kdesdk-thumbnailers/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= devel kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE thumbnail generator for gettext po files
-USES= cmake:outsource gettext kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= completion config coreaddons ecm i18n jobwidgets \
kio service widgetsaddons
USE_QT= core dbus gui network widgets xml \
diff --git a/devel/umbrello/Makefile b/devel/umbrello/Makefile
index d4bec279afea..f32e464213d7 100644
--- a/devel/umbrello/Makefile
+++ b/devel/umbrello/Makefile
@@ -9,7 +9,7 @@ COMMENT= UML modeller for KDE
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang gnome kde:5 qt:5 tar:xz
USE_GNOME= libxml2 libxslt
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
coreaddons crash ecm guiaddons i18n iconthemes itemviews \