aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2008-02-01 19:29:12 +0800
committerlinimon <linimon@FreeBSD.org>2008-02-01 19:29:12 +0800
commit21686b441d6e1b53ed5665c1e78cb755c52222c3 (patch)
treec8934f3161e487f8d3cfaf03537360720ecebe40 /games
parentc59a56ce051149e95977c2ac2dad672ed6320975 (diff)
downloadfreebsd-ports-gnome-21686b441d6e1b53ed5665c1e78cb755c52222c3.tar.gz
freebsd-ports-gnome-21686b441d6e1b53ed5665c1e78cb755c52222c3.tar.zst
freebsd-ports-gnome-21686b441d6e1b53ed5665c1e78cb755c52222c3.zip
Mark as broken on sparc64: fails to compile.
Diffstat (limited to 'games')
-rw-r--r--games/blobandconquer/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/blobandconquer/Makefile b/games/blobandconquer/Makefile
index cdf62235c775..271f931840f7 100644
--- a/games/blobandconquer/Makefile
+++ b/games/blobandconquer/Makefile
@@ -57,4 +57,10 @@ do-install:
${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \;
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile
+.endif
+
+.include <bsd.port.post.mk>