diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-15 14:05:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-15 14:05:52 +0000 |
commit | f3ecdbf6f4e713aeb5bc9526141831da09ce66c8 (patch) | |
tree | 37445253d423e69d5ebf692caa909df6032e383f /mail/ja-mh/Makefile | |
parent | 4ee89ff5d6449fd79049ff06a8c7cdeee7ba6920 (diff) | |
download | pkgsrc-f3ecdbf6f4e713aeb5bc9526141831da09ce66c8.tar.gz |
Fix md5 code on 64-bit platforms by properly defining UINT4.
Closes PR 28755 by HATANO Hiromichi. Bump PKGREVISION to identify fixed versions.
Diffstat (limited to 'mail/ja-mh/Makefile')
-rw-r--r-- | mail/ja-mh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/ja-mh/Makefile b/mail/ja-mh/Makefile index 22a0cb4c4b1..3d43c9df2a3 100644 --- a/mail/ja-mh/Makefile +++ b/mail/ja-mh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2004/11/29 05:09:42 taca Exp $ -# FreeBSD Id: Makefile,v 1.13 1999/02/10 18:13:21 motoyuki Exp $ +# $NetBSD: Makefile,v 1.6 2005/03/15 14:05:52 wiz Exp $ DISTNAME= mh-6.8.4-JP-3.05 PKGNAME= ja-mh6-3.05 +PKGREVISION= 1 CATEGORIES= japanese mail MASTER_SITES= ftp://ftp.chem.eng.himeji-tech.ac.jp/pub/net/mh/ |