diff options
author | kris <kris@FreeBSD.org> | 2004-04-09 14:32:31 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-09 14:32:31 +0800 |
commit | d7b261fded4d9a8fe154bd08f44b91f002fd0f0b (patch) | |
tree | e64a6402347afddfdc89bccbc203a98cd85e30d6 /www | |
parent | 1c43bdd22dfa6ef6562ac27834c4357e88960b35 (diff) | |
download | freebsd-ports-gnome-d7b261fded4d9a8fe154bd08f44b91f002fd0f0b.tar.gz freebsd-ports-gnome-d7b261fded4d9a8fe154bd08f44b91f002fd0f0b.tar.zst freebsd-ports-gnome-d7b261fded4d9a8fe154bd08f44b91f002fd0f0b.zip |
BROKEN on alpha: Does not compile
Diffstat (limited to 'www')
-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 |