From d668264d3322e34213a38c565924a0a75e0147eb Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 2 Jan 2005 00:41:28 +0000 Subject: Does not build on alpha Approved by: portmgr (self) --- graphics/ale/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'graphics/ale') 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 +.if ${ARCH} == "alpha" +BROKEN= "Does not build on alpha" +.endif + .if defined(WITH_DOUBLE) MAKE_ARGS+= COLORS=DOUBLE COORDINATES=DOUBLE .endif -- cgit v1.2.3