aboutsummaryrefslogtreecommitdiff
path: root/games/supertuxkart
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-11-11 02:40:00 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-11-11 02:40:00 +0000
commit3362feccad2088414b430f4d87b0bba1304a090a (patch)
tree76b622796f24d6f93d672d4526993aa7ef291b25 /games/supertuxkart
parent24b14545dd6888ec58c9f65af117385ca81c4689 (diff)
downloadports-3362feccad2088414b430f4d87b0bba1304a090a.tar.gz
ports-3362feccad2088414b430f4d87b0bba1304a090a.zip
Notes
Diffstat (limited to 'games/supertuxkart')
-rw-r--r--games/supertuxkart/Makefile8
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>