diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 02:40:00 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-11 02:40:00 +0000 |
commit | 3362feccad2088414b430f4d87b0bba1304a090a (patch) | |
tree | 76b622796f24d6f93d672d4526993aa7ef291b25 /games/supertuxkart | |
parent | 24b14545dd6888ec58c9f65af117385ca81c4689 (diff) |
Mark as broken on powerpc: does not configure.
Hat: portmgr
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=285496
Diffstat (limited to 'games/supertuxkart')
-rw-r--r-- | games/supertuxkart/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/supertuxkart/Makefile b/games/supertuxkart/Makefile index 703e532998a2..e57cb2a64b64 100644 --- a/games/supertuxkart/Makefile +++ b/games/supertuxkart/Makefile @@ -51,4 +51,10 @@ post-patch: ${WRKSRC}/Makefile.in .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "powerpc" +BROKEN= Does not configure on powerpc +.endif + +.include <bsd.port.post.mk> |