diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-20 20:43:44 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-20 20:43:44 +0000 |
commit | f0d4b91ab800bdd92c5af03cea40b048af15d034 (patch) | |
tree | e2aa175f052bdda5674bf76206c9add220006f90 /graphics/crystalspace | |
parent | f5d5e47ff06b6f4225b35e38558d8af1c1126eac (diff) | |
download | ports-f0d4b91ab800bdd92c5af03cea40b048af15d034.tar.gz ports-f0d4b91ab800bdd92c5af03cea40b048af15d034.zip |
Notes
Diffstat (limited to 'graphics/crystalspace')
-rw-r--r-- | graphics/crystalspace/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile index 0352d896bb03..baaf28045953 100644 --- a/graphics/crystalspace/Makefile +++ b/graphics/crystalspace/Makefile @@ -66,7 +66,11 @@ OPTIONS= DEBUG "Build with debugging information" off \ .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= Does not compile +BROKEN= Does not compile on 4.x +.endif + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 .endif .if !defined(WITH_DEBUG) |