diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-01-31 15:48:18 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-01-31 15:48:18 +0000 |
commit | 9a6afa43c15f22fc0d146e68af106a10243e1d89 (patch) | |
tree | 82ea1c6fde0f7bcc095346074e28bc1ef9dd3d98 | |
parent | Update ImageMagick6 to 6.9.10-90. (diff) |
games/bastet: fix build on GCC architectures
Boost requires C++11 compiler.
MFH: 2020Q1 (fix build blanket)
Notes
Notes:
svn path=/head/; revision=524717
-rw-r--r-- | games/bastet/Makefile | 4 |
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 |