diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-11-10 15:22:09 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-11-10 15:22:09 +0800 |
commit | 513eaab548382d6a4d318a4d22e3f18ea4dd66d1 (patch) | |
tree | ceff24f1595f206d7e103f34437dc5704667c5a2 /games/kbreakout | |
parent | 072720aa95af2d3dd567d358f28ad382b797212d (diff) | |
download | freebsd-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 'games/kbreakout')
-rw-r--r-- | games/kbreakout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/kbreakout/Makefile b/games/kbreakout/Makefile index 31a163cf0c85..2ddd8cf174d3 100644 --- a/games/kbreakout/Makefile +++ b/games/kbreakout/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 completion config configwidgets coreaddons crash \ dbusaddons ecm guiaddons i18n iconthemes jobwidgets kio libkdegames \ service widgetsaddons xmlgui |