aboutsummaryrefslogtreecommitdiff
path: root/games/bastet
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-01-31 15:48:18 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-01-31 15:48:18 +0000
commit9a6afa43c15f22fc0d146e68af106a10243e1d89 (patch)
tree82ea1c6fde0f7bcc095346074e28bc1ef9dd3d98 /games/bastet
parent84cb6f7224a3ae6b31ae08dd2048a6a0fd8b26eb (diff)
downloadports-9a6afa43c15f22fc0d146e68af106a10243e1d89.tar.gz
ports-9a6afa43c15f22fc0d146e68af106a10243e1d89.zip
games/bastet: fix build on GCC architectures
Boost requires C++11 compiler. MFH: 2020Q1 (fix build blanket)
Notes
Notes: svn path=/head/; revision=524717
Diffstat (limited to 'games/bastet')
-rw-r--r--games/bastet/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/bastet/Makefile b/games/bastet/Makefile
index 4dfc280cecc6..217d6489ff6a 100644
--- a/games/bastet/Makefile
+++ b/games/bastet/Makefile
@@ -13,14 +13,12 @@ COMMENT= Ncurses Tetris clone which is harder than every other Tetris
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_powerpc64= does not build
-
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs
USE_GITHUB= yes
GH_ACCOUNT= fph
-USES= gmake localbase:ldflags ncurses tar:tgz
+USES= compiler:c++11-lang gmake localbase:ldflags ncurses tar:tgz
PORTDOCS= AUTHORS README NEWS