diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-11-10 15:22:09 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-11-10 15:22:09 +0800 |
commit | 30d3c11ef81e03a584705a80665f7b417bd124cd (patch) | |
tree | ceff24f1595f206d7e103f34437dc5704667c5a2 /games/klines | |
parent | 97d200d59956c09ed095b181633e9312ee64a30d (diff) | |
download | freebsd-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 'games/klines')
-rw-r--r-- | games/klines/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/klines/Makefile b/games/klines/Makefile index 88cbfa4b06fd..316db3aa3595 100644 --- a/games/klines/Makefile +++ b/games/klines/Makefile @@ -8,7 +8,7 @@ CATEGORIES= games kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -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= auth codecs config configwidgets coreaddons crash dbusaddons \ ecm guiaddons i18n iconthemes itemviews kio libkdegames \ newstuff service widgetsaddons xmlgui |