aboutsummaryrefslogtreecommitdiff
path: root/net/atmsupport
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-26 20:22:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-26 20:22:25 +0000
commit98f36731b0bae92633f70736dfa82f8e9b9c11c9 (patch)
tree79174a68acdbec26f98c1584236478ca7da7fb1c /net/atmsupport
parent4c1fbadf845a55e25f8595f29fe3cba5206bbdb7 (diff)
downloadports-98f36731b0bae92633f70736dfa82f8e9b9c11c9.tar.gz
ports-98f36731b0bae92633f70736dfa82f8e9b9c11c9.zip
BROKEN on sparc64 and ia64: Does not build
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=131985
Diffstat (limited to 'net/atmsupport')
-rw-r--r--net/atmsupport/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/atmsupport/Makefile b/net/atmsupport/Makefile
index 4aa47d634c7a..c635bd2eef78 100644
--- a/net/atmsupport/Makefile
+++ b/net/atmsupport/Makefile
@@ -30,4 +30,8 @@ MAN1= unidecode.1 uniencode.1
IGNORE= "ngATM not implemented on FreeBSD 4.x, 5.1 and earlier"
.endif
+.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
+BROKEN= "Does not build on sparc64 or ia64"
+.endif
+
.include <bsd.port.post.mk>