diff options
author | harti <harti@FreeBSD.org> | 2005-04-23 00:52:15 +0800 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2005-04-23 00:52:15 +0800 |
commit | b0f4a56356ecf2cbadeed81aa8cf796d3bb92cee (patch) | |
tree | a565f84b746d5293200c2b128e3ee2bb58790b07 /net/atmsupport | |
parent | 6426fb6ba1ef8e49dddfab20971560b1e7d6ef7b (diff) | |
download | freebsd-ports-gnome-b0f4a56356ecf2cbadeed81aa8cf796d3bb92cee.tar.gz freebsd-ports-gnome-b0f4a56356ecf2cbadeed81aa8cf796d3bb92cee.tar.zst freebsd-ports-gnome-b0f4a56356ecf2cbadeed81aa8cf796d3bb92cee.zip |
Fix building on 64-bit platforms.
Diffstat (limited to 'net/atmsupport')
-rw-r--r-- | net/atmsupport/Makefile | 6 | ||||
-rw-r--r-- | net/atmsupport/distinfo | 4 |
2 files changed, 3 insertions, 7 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> diff --git a/net/atmsupport/distinfo b/net/atmsupport/distinfo index 452643603061..20d9dca8a515 100644 --- a/net/atmsupport/distinfo +++ b/net/atmsupport/distinfo @@ -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 |