diff options
author | tonio <tonio@pkgsrc.org> | 2009-02-05 13:45:28 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2009-02-05 13:45:28 +0000 |
commit | 2c04d0dcca418e25334f55b99337e57258e405a3 (patch) | |
tree | 1120ad0b24864e4327cb0b67cebaac3e21fa5ea8 /mail/mutt-devel/Makefile | |
parent | 19b43beb8a6803ac9096d7fe942ce752b24a88f2 (diff) | |
download | pkgsrc-2c04d0dcca418e25334f55b99337e57258e405a3.tar.gz |
Avoid crash with 64bit time_t.
From PR pkg/40548
Diffstat (limited to 'mail/mutt-devel/Makefile')
-rw-r--r-- | mail/mutt-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index d36f8c13caa..4b4ba4b3f97 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.72 2009/01/27 19:50:33 tonio Exp $ +# $NetBSD: Makefile,v 1.73 2009/02/05 13:45:28 tonio Exp $ DISTNAME= mutt-1.5.19 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail MUTT_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \ |