games/bastet: fix build on GCC architectures
Boost requires C++11 compiler. MFH: 2020Q1 (fix build blanket)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user