diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-07 13:28:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-07 13:28:57 +0000 |
commit | 7dabeb8af6c9e794bd1a2a4c9ec7f93fd651c221 (patch) | |
tree | aea549cea4bac67571fcd6276552fb367f4c3b4c /misc/mtx | |
parent | 10ec3167125a8f45fca7a93fe34f0ad03c34fc26 (diff) | |
download | ports-7dabeb8af6c9e794bd1a2a4c9ec7f93fd651c221.tar.gz ports-7dabeb8af6c9e794bd1a2a4c9ec7f93fd651c221.zip |
Notes
Diffstat (limited to 'misc/mtx')
-rw-r--r-- | misc/mtx/Makefile | 8 |
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> |