diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-02-08 22:50:23 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-02-08 22:50:23 +0000 |
commit | 438b3468a76a4e08e23d8288e5a0ae5a80e68707 (patch) | |
tree | 10b6ab2104893fd293113c7ad353927bd8067b12 /games/knights/Makefile | |
parent | devel/b2: Update 1.1.0 -> 1.3.8 (diff) |
Fix with build on GCC architectures.
PR: 235093
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes:
svn path=/head/; revision=492466
Diffstat (limited to 'games/knights/Makefile')
-rw-r--r-- | games/knights/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/knights/Makefile b/games/knights/Makefile index 0f56dc221468..ffb96365010d 100644 --- a/games/knights/Makefile +++ b/games/knights/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/gnuchess:games/gnuchess LICENSE= GPLv2 -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons \ crash dbusaddons i18n libkdegames package plasma-framework \ plotting service solid sonnet textwidgets wallet \ |