aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-02-03 13:16:21 +0800
committerlinimon <linimon@FreeBSD.org>2009-02-03 13:16:21 +0800
commit7b51abc0fee03e40cf1913e863a7bf17817a75fc (patch)
treed070f8412cbabd17773abbb4fbf8a840d9d35487 /archivers
parent9e6ab7b21215b7bab3103b9641acf56e40b01ac5 (diff)
downloadfreebsd-ports-gnome-7b51abc0fee03e40cf1913e863a7bf17817a75fc.tar.gz
freebsd-ports-gnome-7b51abc0fee03e40cf1913e863a7bf17817a75fc.tar.zst
freebsd-ports-gnome-7b51abc0fee03e40cf1913e863a7bf17817a75fc.zip
Broken on sparc64-7, too.
Diffstat (limited to 'archivers')
-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