forked from Lainports/freebsd-ports
Fix building on 64-bit platforms.
This commit is contained in:
parent
ac3182e27a
commit
a0968d8a80
2 changed files with 3 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (atmsupport-1.6.tar.gz) = 4f9225d7b6e94f79dc1544ab722e3645
|
||||
SIZE (atmsupport-1.6.tar.gz) = 535948
|
||||
MD5 (atmsupport-1.7.tar.gz) = 84cc231f14ebafa32d9a04355561f6c9
|
||||
SIZE (atmsupport-1.7.tar.gz) = 535967
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue