aboutsummaryrefslogtreecommitdiff
path: root/games/scummvm
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2012-09-08 05:39:03 +0000
committerMark Linimon <linimon@FreeBSD.org>2012-09-08 05:39:03 +0000
commit232fa320bfa0be5759ac22dacaa0c7250b731a9e (patch)
tree95da7ce2db8178c4c85ce4172c7784040c50e39f /games/scummvm
parent7b36af047b2260e5d9af3c9ebad97b84b7452953 (diff)
downloadports-232fa320bfa0be5759ac22dacaa0c7250b731a9e.tar.gz
ports-232fa320bfa0be5759ac22dacaa0c7250b731a9e.zip
Notes
Diffstat (limited to 'games/scummvm')
-rw-r--r--games/scummvm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile
index 0bc476905675..a1c87ff36f8d 100644
--- a/games/scummvm/Makefile
+++ b/games/scummvm/Makefile
@@ -114,4 +114,10 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64, powerpc, or sparc64
+.endif
+
+.include <bsd.port.post.mk>