diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-02-03 05:16:21 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-02-03 05:16:21 +0000 |
commit | 1c5aa15f9dbe095d599002a369e0f9057127806d (patch) | |
tree | 2ecf28ae34b13c07612b8e197e3820910c65cda6 /archivers/xmill | |
parent | 7aa6023d1ccfbfc00dce4a8ce29efa267f549e1f (diff) | |
download | ports-1c5aa15f9dbe095d599002a369e0f9057127806d.tar.gz ports-1c5aa15f9dbe095d599002a369e0f9057127806d.zip |
Notes
Diffstat (limited to 'archivers/xmill')
-rw-r--r-- | archivers/xmill/Makefile | 2 |
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 |