aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2019-04-05 23:07:10 +0800
committerAdriaan de Groot <adridg@FreeBSD.org>2019-04-05 23:07:10 +0800
commit64f87fcaa74530272363259def0c6131c79d1d3c (patch)
tree983fd9158afef43a3934588c4b29464e80615f3e /deskutils
parent4028cb0de80776adb6c08374f72656201d766b54 (diff)
downloadfreebsd-ports-gnome-64f87fcaa74530272363259def0c6131c79d1d3c.tar.gz
freebsd-ports-gnome-64f87fcaa74530272363259def0c6131c79d1d3c.tar.zst
freebsd-ports-gnome-64f87fcaa74530272363259def0c6131c79d1d3c.zip
Support GCC architectures, add compiler:c++11-lang
Same kind of fix as all the other KDE-related GCC fixes. PR: 237044 Submitted by: Piotr Kubaj
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/latte-dock/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/latte-dock/Makefile b/deskutils/latte-dock/Makefile
index 3c27abc41624..7fc14a821327 100644
--- a/deskutils/latte-dock/Makefile
+++ b/deskutils/latte-dock/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libxcb-util.so:x11/xcb-util
-USES= cmake gettext kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= activities archive attica auth codecs config configwidgets \
coreaddons crash dbusaddons globalaccel i18n iconthemes \
kdeclarative newstuff notifications package plasma-framework service \