aboutsummaryrefslogtreecommitdiff
path: root/net/atmsupport/Makefile
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-04-22 16:52:15 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-04-22 16:52:15 +0000
commita0968d8a80a20bfcf30767be888a2dcb4f72fca8 (patch)
tree7c5ffc8dc2967ea7a0dcba5f85508e1916137f4a /net/atmsupport/Makefile
parentac3182e27a18528f56ded327d8155fff0b2bdb0a (diff)
downloadports-a0968d8a80a20bfcf30767be888a2dcb4f72fca8.tar.gz
ports-a0968d8a80a20bfcf30767be888a2dcb4f72fca8.zip
Fix building on 64-bit platforms.
Notes
Notes: svn path=/head/; revision=133947
Diffstat (limited to 'net/atmsupport/Makefile')
-rw-r--r--net/atmsupport/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/atmsupport/Makefile b/net/atmsupport/Makefile
index c635bd2eef78..7fe3c910d265 100644
--- a/net/atmsupport/Makefile
+++ b/net/atmsupport/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= atmsupport
-PORTVERSION= 1.6
+PORTVERSION= 1.7
PORTREVISION=
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -30,8 +30,4 @@ 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>