aboutsummaryrefslogtreecommitdiffstats
path: root/www/amaya
diff options
context:
space:
mode:
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 698d5baf6e9..1e92f206747 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