svn commit: r524717 - head/games/bastet
Piotr Kubaj
pkubaj at FreeBSD.org
Fri Jan 31 15:48:19 UTC 2020
Author: pkubaj
Date: Fri Jan 31 15:48:18 2020
New Revision: 524717
URL: https://svnweb.freebsd.org/changeset/ports/524717
Log:
games/bastet: fix build on GCC architectures
Boost requires C++11 compiler.
MFH: 2020Q1 (fix build blanket)
Modified:
head/games/bastet/Makefile
Modified: head/games/bastet/Makefile
==============================================================================
--- head/games/bastet/Makefile Fri Jan 31 15:27:04 2020 (r524716)
+++ head/games/bastet/Makefile Fri Jan 31 15:48:18 2020 (r524717)
@@ -13,14 +13,12 @@ COMMENT= Ncurses Tetris clone which is harder than eve
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
More information about the svn-ports-all
mailing list