MFH: r524717
games/bastet: fix build on GCC architectures Boost requires C++11 compiler. Approved by: portmgr (fix build blanket)
This commit is contained in:
parent
07a56aab82
commit
b8ae656f24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=524718
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user