aboutsummaryrefslogtreecommitdiff
path: root/misc/mtx
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-03-10 13:55:14 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-03-10 13:55:14 +0000
commit4ad1c90c8fc130f3efb5fd11ebedbdc6fb3e6baa (patch)
treee7f8ac7bca55e6a49191a9b056f395dd8dbcd3c5 /misc/mtx
parent1502660c61079b6108f7457467f22e69cbe731e3 (diff)
downloadports-4ad1c90c8fc130f3efb5fd11ebedbdc6fb3e6baa.tar.gz
ports-4ad1c90c8fc130f3efb5fd11ebedbdc6fb3e6baa.zip
BROKEN on amd64: Does not compile
Notes
Notes: svn path=/head/; revision=130800
Diffstat (limited to 'misc/mtx')
-rw-r--r--misc/mtx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mtx/Makefile b/misc/mtx/Makefile
index c2dd003db1ba..7efcc4340fe8 100644
--- a/misc/mtx/Makefile
+++ b/misc/mtx/Makefile
@@ -21,8 +21,8 @@ MAN1= loaderinfo.1 mtx.1 tapeinfo.1 scsitape.1
.include <bsd.port.pre.mk>
-.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
-BROKEN= "Does not compile on ia64 or sparc64"
+.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" || ${ARCH} == "amd64"
+BROKEN= "Does not compile on ia64, sparc64 and amd64"
.endif
.include <bsd.port.post.mk>