diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 11:29:12 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2008-02-01 11:29:12 +0000 |
commit | d857f422d2c6471092ebb6f9623e3000faea0b4c (patch) | |
tree | 65af3ad8d4ecc3ee687d0f9a3327ad46f2bbfa33 /games | |
parent | ca6a30aa72e6446e361e97b0679ce13ccdaa9282 (diff) | |
download | ports-d857f422d2c6471092ebb6f9623e3000faea0b4c.tar.gz ports-d857f422d2c6471092ebb6f9623e3000faea0b4c.zip |
Notes
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> |