aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-11-10 15:22:09 +0800
committerTobias C. Berner <tcberner@FreeBSD.org>2018-11-10 15:22:09 +0800
commit513eaab548382d6a4d318a4d22e3f18ea4dd66d1 (patch)
treeceff24f1595f206d7e103f34437dc5704667c5a2 /net
parent072720aa95af2d3dd567d358f28ad382b797212d (diff)
downloadfreebsd-ports-gnome-513eaab548382d6a4d318a4d22e3f18ea4dd66d1.tar.gz
freebsd-ports-gnome-513eaab548382d6a4d318a4d22e3f18ea4dd66d1.tar.zst
freebsd-ports-gnome-513eaab548382d6a4d318a4d22e3f18ea4dd66d1.zip
Fix build for some more kde@ ports on GCC-architectures
PR: 233058 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'net')
-rw-r--r--net/libkvkontakte/Makefile2
-rw-r--r--net/libmediawiki/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/libkvkontakte/Makefile b/net/libkvkontakte/Makefile
index 2f60636a85e8..3c28ab985267 100644
--- a/net/libkvkontakte/Makefile
+++ b/net/libkvkontakte/Makefile
@@ -13,7 +13,7 @@ COMMENT= KDE library for accessing vk.com
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
-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= config coreaddons ecm i18n kdewebkit kio service widgetsaddons
USE_QT= core gui network webkit widgets \
buildtools_build qmake_build
diff --git a/net/libmediawiki/Makefile b/net/libmediawiki/Makefile
index b2db738687eb..99e6289e7278 100644
--- a/net/libmediawiki/Makefile
+++ b/net/libmediawiki/Makefile
@@ -12,7 +12,7 @@ COMMENT= KDE library for accessing MediaWiki sites
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
-USES= cmake:outsource kde:5 qt:5 tar:xz
+USES= cmake:outsource compiler:c++11-lang kde:5 qt:5 tar:xz
USE_KDE= coreaddons ecm
USE_QT= core network testlib \
buildtools_build qmake_build