diff options
author | linimon <linimon@FreeBSD.org> | 2008-02-01 19:29:12 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-02-01 19:29:12 +0800 |
commit | 21686b441d6e1b53ed5665c1e78cb755c52222c3 (patch) | |
tree | c8934f3161e487f8d3cfaf03537360720ecebe40 /games | |
parent | c59a56ce051149e95977c2ac2dad672ed6320975 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |