summaryrefslogtreecommitdiff
path: root/mail/claws-mail-attremover
diff options
context:
space:
mode:
authorsmb <smb@pkgsrc.org>2008-09-26 17:51:17 +0000
committersmb <smb@pkgsrc.org>2008-09-26 17:51:17 +0000
commit6b7f46a001c53a495f9bc34f8e27bd9ad466ae3f (patch)
tree7f0865afabc78c3f5be90a30878815909503b151 /mail/claws-mail-attremover
parent1ad9f68f6e299a80fc8c297a0d27be374a54927a (diff)
downloadpkgsrc-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-attremover')
-rw-r--r--mail/claws-mail-attremover/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/claws-mail-attremover/Makefile b/mail/claws-mail-attremover/Makefile
index 392170c9f57..3607f811cc8 100644
--- a/mail/claws-mail-attremover/Makefile
+++ b/mail/claws-mail-attremover/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.8 2008/07/13 22:34:20 smb Exp $
+# $NetBSD: Makefile,v 1.9 2008/09/26 17:51:17 smb Exp $
#
DISTNAME= att_remover-1.0.8
PKGNAME= claws-mail-att_remover-1.0.8
CATEGORIES= mail
MASTER_SITES= http://claws-mail.org/downloads/plugins/
+PKGREVISION= 1
MAINTAINER= smb@NetBSD.org
COMMENT= Permanently deletes attachments from mail
@@ -22,5 +23,6 @@ USE_LANGUAGES+= c
.include "../../mail/claws-mail/Makefile.vers"
.include "../../mail/claws-mail/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"