diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-09 06:32:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-09 06:32:31 +0000 |
commit | 06b69aa49be934832d26af500fb6482e9ea7cc82 (patch) | |
tree | 97c7b76a06106dae877eacd8a426e9171918ac22 /www/amaya | |
parent | dacacad24109fe5da74124fcef6f9aab5ae46160 (diff) | |
download | ports-06b69aa49be934832d26af500fb6482e9ea7cc82.tar.gz ports-06b69aa49be934832d26af500fb6482e9ea7cc82.zip |
Notes
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 |