diff options
author | smb <smb@pkgsrc.org> | 2007-08-06 21:41:21 +0000 |
---|---|---|
committer | smb <smb@pkgsrc.org> | 2007-08-06 21:41:21 +0000 |
commit | b4aaf10ded9ffcfce9e78579e5c304caf2fc05e9 (patch) | |
tree | b9e9a3ce3008fddd1f690507baec11d0aa08c59d /mail/claws-mail-smime/Makefile | |
parent | 5d67f1c8165a369a1180915321606e859fabc045 (diff) | |
download | pkgsrc-b4aaf10ded9ffcfce9e78579e5c304caf2fc05e9.tar.gz |
Fix problems with some PLISTs
Diffstat (limited to 'mail/claws-mail-smime/Makefile')
-rw-r--r-- | mail/claws-mail-smime/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/claws-mail-smime/Makefile b/mail/claws-mail-smime/Makefile index b64762913ef..0bc480ef1f4 100644 --- a/mail/claws-mail-smime/Makefile +++ b/mail/claws-mail-smime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2007/08/03 02:34:57 smb Exp $ +# $NetBSD: Makefile,v 1.2 2007/08/06 21:41:22 smb Exp $ DISTNAME=smime-0.7.1 PKGNAME=claws-mail-smime-0.7.1 @@ -7,8 +7,10 @@ MASTER_SITES= http://claws-mail.org/downloads/plugins/ MAINTAINER= smb@NetBSD.org COMMENT= This plugin handles S/MIME signed and/or encrypted mails +PKGREVISION= 1 DEPENDS+= claws-mail>=2.10.0:../../mail/claws-mail +PLIST_SRC+= PLIST .include "../../mk/bsd.prefs.mk" |