aboutsummaryrefslogtreecommitdiff
path: root/graphics/crystalspace
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-04-22 22:16:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-04-22 22:16:27 +0000
commit3874cc9cddf61f7be8fcfeb5112204557c07afad (patch)
tree8c27260846d161ef8e261dbda107b4e1839e6102 /graphics/crystalspace
parentb56128f2929780a8d68738bc37a9d6f5be0bd089 (diff)
downloadports-3874cc9cddf61f7be8fcfeb5112204557c07afad.tar.gz
ports-3874cc9cddf61f7be8fcfeb5112204557c07afad.zip
BROKEN on !i386: Does not compile
Notes
Notes: svn path=/head/; revision=160175
Diffstat (limited to 'graphics/crystalspace')
-rw-r--r--graphics/crystalspace/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile
index a91a357f330f..09a23383ddd5 100644
--- a/graphics/crystalspace/Makefile
+++ b/graphics/crystalspace/Makefile
@@ -58,8 +58,8 @@ OPTIONS= DEBUG "Build with debugging information" on \
BROKEN= "Does not compile"
.endif
-.if ${ARCH} == "sparc64"
-BROKEN= "Does not compile on sparc64"
+.if ${ARCH} != "i386"
+BROKEN= Does not compile on ${ARCH}
.endif
.if !defined(WITHOUT_DEBUG)