summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/xmill/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/xmill/Makefile b/archivers/xmill/Makefile
index b072ae4d2725..bbcbe7ba1851 100644
--- a/archivers/xmill/Makefile
+++ b/archivers/xmill/Makefile
@@ -27,7 +27,7 @@ PORTEXAMPLES= *
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64" && ${OSVERSION} >= 700043
+.if ( ${ARCH} == "amd64" || ${ARCH} == "sparc64" ) && ${OSVERSION} >= 700043
BROKEN= does not compile
.endif