aboutsummaryrefslogtreecommitdiffstats
path: root/www/amaya
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-12-18 03:04:21 +0800
committerkris <kris@FreeBSD.org>2005-12-18 03:04:21 +0800
commite3867a2c1dcbe752e03c2b173440b88183889db3 (patch)
tree3bc0651abe00aff7d4d97829ae19caf873c53740 /www/amaya
parent20c89473184d7ffe086735c0666a10b3c835e079 (diff)
downloadfreebsd-ports-gnome-e3867a2c1dcbe752e03c2b173440b88183889db3.tar.gz
freebsd-ports-gnome-e3867a2c1dcbe752e03c2b173440b88183889db3.tar.zst
freebsd-ports-gnome-e3867a2c1dcbe752e03c2b173440b88183889db3.zip
BROKEN on sparc64: Does not build
Diffstat (limited to 'www/amaya')
-rw-r--r--www/amaya/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/amaya/Makefile b/www/amaya/Makefile
index 698d5baf6e9d..1e92f206747d 100644
--- a/www/amaya/Makefile
+++ b/www/amaya/Makefile
@@ -49,6 +49,10 @@ PLIST_SUB= REALVERSION="${REALVERSION}"
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not build on sparc64"
+.endif
+
.if defined(WITH_BOOKMARKS)
CONFIGURE_ARGS+= --enable-bookmarks
.else