aboutsummaryrefslogtreecommitdiff
path: root/misc/mtx
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-07 13:28:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-07 13:28:57 +0000
commit7dabeb8af6c9e794bd1a2a4c9ec7f93fd651c221 (patch)
treeaea549cea4bac67571fcd6276552fb367f4c3b4c /misc/mtx
parent10ec3167125a8f45fca7a93fe34f0ad03c34fc26 (diff)
downloadports-7dabeb8af6c9e794bd1a2a4c9ec7f93fd651c221.tar.gz
ports-7dabeb8af6c9e794bd1a2a4c9ec7f93fd651c221.zip
BROKEN on ia64 and sparc64: Does not compile
Notes
Notes: svn path=/head/; revision=103199
Diffstat (limited to 'misc/mtx')
-rw-r--r--misc/mtx/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/mtx/Makefile b/misc/mtx/Makefile
index 3fdb065fab22..c2dd003db1ba 100644
--- a/misc/mtx/Makefile
+++ b/misc/mtx/Makefile
@@ -19,4 +19,10 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= loaderinfo.1 mtx.1 tapeinfo.1 scsitape.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
+BROKEN= "Does not compile on ia64 or sparc64"
+.endif
+
+.include <bsd.port.post.mk>