games/bastet: fix build on GCC architectures

Boost requires C++11 compiler.

MFH:		2020Q1 (fix build blanket)
This commit is contained in:
Piotr Kubaj
2020-01-31 15:48:18 +00:00
parent 84cb6f7224
commit 9a6afa43c1

View File

@@ -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