aboutsummaryrefslogtreecommitdiff
path: root/graphics/ale
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-01-02 00:41:28 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-01-02 00:41:28 +0000
commitd668264d3322e34213a38c565924a0a75e0147eb (patch)
tree1745ce956dc5966b51f9ee7056f40047c01b31e5 /graphics/ale
parent857b2a8349b9106d057a88e3daf32a62b448d594 (diff)
downloadports-d668264d3322e34213a38c565924a0a75e0147eb.tar.gz
ports-d668264d3322e34213a38c565924a0a75e0147eb.zip
Notes
Diffstat (limited to 'graphics/ale')
-rw-r--r--graphics/ale/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile
index 988963e4455a..49b71fa99317 100644
--- a/graphics/ale/Makefile
+++ b/graphics/ale/Makefile
@@ -27,6 +27,10 @@ OPTIONS= DOUBLE "64bit Data Precision Support" off \
.include <bsd.port.pre.mk>
+.if ${ARCH} == "alpha"
+BROKEN= "Does not build on alpha"
+.endif
+
.if defined(WITH_DOUBLE)
MAKE_ARGS+= COLORS=DOUBLE COORDINATES=DOUBLE
.endif