diff options
author | kris <kris@FreeBSD.org> | 2004-03-07 21:28:57 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-07 21:28:57 +0800 |
commit | 356352afa1ceac72f95c488d50a2925427fd2b23 (patch) | |
tree | 4d405d2268162041b01593236ac867e4f433ef0f /misc/mtx | |
parent | db60d785ba3e943675bf95df15f3ce064c2dc7d0 (diff) | |
download | freebsd-ports-gnome-356352afa1ceac72f95c488d50a2925427fd2b23.tar.gz freebsd-ports-gnome-356352afa1ceac72f95c488d50a2925427fd2b23.tar.zst freebsd-ports-gnome-356352afa1ceac72f95c488d50a2925427fd2b23.zip |
BROKEN on ia64 and sparc64: Does not compile
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> |