diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/angband/Makefile | 2 | ||||
-rw-r--r-- | games/bastet/Makefile | 2 | ||||
-rw-r--r-- | games/crafty-tablebase-no-pawn/Makefile | 2 | ||||
-rw-r--r-- | games/rubix/Makefile | 2 | ||||
-rw-r--r-- | games/stonesoup/Makefile | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/games/angband/Makefile b/games/angband/Makefile index f7ffd53ad6e8..fdaa33f0b867 100644 --- a/games/angband/Makefile +++ b/games/angband/Makefile @@ -12,6 +12,8 @@ COMMENT= Rogue-like game with color, X11 support LICENSE= GPLv2 +BROKEN_powerpc64= Does not build + OPTIONS_DEFINE= SDL X11 DOCS OPTIONS_DEFAULT=X11 diff --git a/games/bastet/Makefile b/games/bastet/Makefile index 677dc49fbc69..298a9c3a4195 100644 --- a/games/bastet/Makefile +++ b/games/bastet/Makefile @@ -12,6 +12,8 @@ COMMENT= Ncurses Tetris clone which is harder than every other Tetris LICENSE= GPLv3+ +BROKEN_powerpc64= Does not build + LIB_DEPENDS= libboost_program_options.so:devel/boost-libs USES= gmake ncurses tar:tgz diff --git a/games/crafty-tablebase-no-pawn/Makefile b/games/crafty-tablebase-no-pawn/Makefile index 81b95ac96e20..14ad03e17b3d 100644 --- a/games/crafty-tablebase-no-pawn/Makefile +++ b/games/crafty-tablebase-no-pawn/Makefile @@ -45,6 +45,8 @@ EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= These are the tablebases for crafty, minus the pawn tbs +BROKEN_powerpc64= Does not build + RUN_DEPENDS= crafty:games/crafty NO_BUILD= yes diff --git a/games/rubix/Makefile b/games/rubix/Makefile index c1defcee06c7..ed81060044ac 100644 --- a/games/rubix/Makefile +++ b/games/rubix/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://sed.free.fr/rubix/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Another Rubik's cube game with a rather interesting interface +BROKEN_powerpc64= Does not build + USES= compiler:nestedfct gmake tar:bzip2 USE_XORG= x11 MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DENGLISH" \ diff --git a/games/stonesoup/Makefile b/games/stonesoup/Makefile index 993b3cd26ccc..204f1fc31eeb 100644 --- a/games/stonesoup/Makefile +++ b/games/stonesoup/Makefile @@ -14,6 +14,8 @@ COMMENT= Dungeon Crawl Stone Soup - a fun, free rogue-like game LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/../licence.txt +BROKEN_powerpc64= Does not build + USES= bison compiler:c++11-lib gmake lua:51 perl5 pkgconfig \ shebangfix sqlite tar:xz |