aboutsummaryrefslogtreecommitdiff
path: root/misc/mtx/Makefile
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-11-30 14:10:25 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-11-30 14:10:25 +0000
commitd43ca898a0954b2a457087ac2000aa66ce34e128 (patch)
tree246c57fddce69f7b52415bad4e7b81f5771c2840 /misc/mtx/Makefile
parent3a847796b38b8e8bae0afcb319f3433d01730dcc (diff)
downloadports-d43ca898a0954b2a457087ac2000aa66ce34e128.tar.gz
ports-d43ca898a0954b2a457087ac2000aa66ce34e128.zip
- Fix mtx on 64bits archs.
PR: ports/82599 Submitted by: Morten A. Middelthon <morten@coretrek.no> Approved by: maintainer timeout (3 months)
Notes
Notes: svn path=/head/; revision=150050
Diffstat (limited to 'misc/mtx/Makefile')
-rw-r--r--misc/mtx/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/mtx/Makefile b/misc/mtx/Makefile
index 7efcc4340fe8..3fdb065fab22 100644
--- a/misc/mtx/Makefile
+++ b/misc/mtx/Makefile
@@ -19,10 +19,4 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= loaderinfo.1 mtx.1 tapeinfo.1 scsitape.1
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" || ${ARCH} == "amd64"
-BROKEN= "Does not compile on ia64, sparc64 and amd64"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>