aboutsummaryrefslogtreecommitdiff
path: root/games/gcompris-qt
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2019-02-18 17:59:16 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2019-02-18 17:59:16 +0000
commit5687aebbf6aa1218ca765a2ae05991e1069a50c7 (patch)
tree96fe5dc6e3a8514b0584b5c7bd9d1c4f0d528d96 /games/gcompris-qt
parent9b45eee24dd14cad19a4f06704dc58d2d3acb2f9 (diff)
downloadports-5687aebbf6aa1218ca765a2ae05991e1069a50c7.tar.gz
ports-5687aebbf6aa1218ca765a2ae05991e1069a50c7.zip
More non-clang, non-x86 fixes.
- add compiler:c++11-lang - make WebEngine optional (Second batch of fixes from the same PR) PR: 235093 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes: svn path=/head/; revision=493281
Diffstat (limited to 'games/gcompris-qt')
-rw-r--r--games/gcompris-qt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gcompris-qt/Makefile b/games/gcompris-qt/Makefile
index 5430f567b1bc..9dffe03af60e 100644
--- a/games/gcompris-qt/Makefile
+++ b/games/gcompris-qt/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libBox2D.so:x11-toolkits/qml-box2d
-USES= cmake kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
USE_KDE= doctools
USE_QT= core declarative graphicaleffects gui multimedia network quickcontrols \
sensors svg widgets xml xmlpatterns \