From d7b261fded4d9a8fe154bd08f44b91f002fd0f0b Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 9 Apr 2004 06:32:31 +0000 Subject: BROKEN on alpha: Does not compile --- www/amaya/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/amaya/Makefile b/www/amaya/Makefile index c1f1649ab757..4a273da19325 100644 --- a/www/amaya/Makefile +++ b/www/amaya/Makefile @@ -57,6 +57,10 @@ DISTFILES+= ${DICT:S/$/.tgz/g} .include +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" +.endif + .if ${XFREE86_VERSION} >= 4 && defined(WITH_OPENGL) LIB_DEPENDS+= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea USE_GL= yes -- cgit