diff options
author | tron <tron> | 2000-05-13 07:03:38 +0000 |
---|---|---|
committer | tron <tron> | 2000-05-13 07:03:38 +0000 |
commit | 98cae286f93bf1b28d9cebe5ffa5edc767a4e403 (patch) | |
tree | d5c9423c54eebf4bcedaabb828326b66029573d8 /mail | |
parent | f360e100ca139d29ec231fc81f66abf7a1e77d08 (diff) | |
download | pkgsrc-98cae286f93bf1b28d9cebe5ffa5edc767a4e403.tar.gz |
Correct "RESTRICTED" entry.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 9f9f0f6af82..119c98895ed 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2000/05/13 07:00:31 tron Exp $ +# $NetBSD: Makefile,v 1.44 2000/05/13 07:03:38 tron Exp $ DISTNAME= mutt-1.2i CATEGORIES= mail @@ -14,7 +14,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake MIRROR_DISTFILE=no -RESTRICTED= "Contains PGP code" +RESTRICTED= "Contains PGP and SSL code" GNU_CONFIGURE= yes USE_GMAKE= yes |