diff options
-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 |