diff options
Diffstat (limited to 'www/amaya')
-rw-r--r-- | www/amaya/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk> +.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 |