diff options
author | tonio <tonio@pkgsrc.org> | 2016-06-01 21:56:12 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2016-06-01 21:56:12 +0000 |
commit | 9c92a82037065db48d7cf43681bd6da4d907745e (patch) | |
tree | d85fe6c62e38647abeb8ce1dfeb3756e3faec6b7 /mail/mutt/Makefile | |
parent | b4a2d1593dcc05c2b45d03c9bc12fea5e3844d49 (diff) | |
download | pkgsrc-9c92a82037065db48d7cf43681bd6da4d907745e.tar.gz |
Enable compressed mbox using the 1.6.0 patch
Make sure docbook-xsl is present to build documentation
Patch kindly suggested by Andreas Kusalananda Kahari
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 3d3f949b7b3..22fc276c0e5 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.178 2016/05/02 09:03:13 tron Exp $ +# $NetBSD: Makefile,v 1.179 2016/06/01 21:56:12 tonio Exp $ DISTNAME= mutt-1.6.1 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ |