diff options
author | smb <smb@pkgsrc.org> | 2008-09-26 17:51:17 +0000 |
---|---|---|
committer | smb <smb@pkgsrc.org> | 2008-09-26 17:51:17 +0000 |
commit | 6b7f46a001c53a495f9bc34f8e27bd9ad466ae3f (patch) | |
tree | 7f0865afabc78c3f5be90a30878815909503b151 /mail/claws-mail-pgp/Makefile | |
parent | 1ad9f68f6e299a80fc8c297a0d27be374a54927a (diff) | |
download | pkgsrc-6b7f46a001c53a495f9bc34f8e27bd9ad466ae3f.tar.gz |
Fix missing .include of ssl, to make things work on Linux; fix
other nits in claws-mail base package, notably missing $NetBSD$
lines.
Diffstat (limited to 'mail/claws-mail-pgp/Makefile')
-rw-r--r-- | mail/claws-mail-pgp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/claws-mail-pgp/Makefile b/mail/claws-mail-pgp/Makefile index 7b4c78e4946..e0695a5e4e4 100644 --- a/mail/claws-mail-pgp/Makefile +++ b/mail/claws-mail-pgp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/07/13 22:34:20 smb Exp $ +# $NetBSD: Makefile,v 1.12 2008/09/26 17:51:17 smb Exp $ # META_PACKAGE= yes @@ -7,6 +7,7 @@ META_PACKAGE= yes DISTNAME= claws-mail-pgp-${CLAWS_VERSION} CATEGORIES= mail security MASTER_SITES= # none +PKGREVISION= 1 MAINTAINER= smb@NetBSD.org COMMENT= Metapackage for the PGP plug-in for Claws-mail |