diff options
Diffstat (limited to 'mail/claws-mail-spamreport/Makefile')
-rw-r--r-- | mail/claws-mail-spamreport/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/claws-mail-spamreport/Makefile b/mail/claws-mail-spamreport/Makefile index a9bcfda864c..0eea88e45e6 100644 --- a/mail/claws-mail-spamreport/Makefile +++ b/mail/claws-mail-spamreport/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.2 2007/09/23 17:08:03 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/10/23 20:16:54 smb Exp $ # DISTNAME= spam_report-0.2 PKGNAME= claws-mail-spam_report-0.2 -PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://claws-mail.org/downloads/plugins/ +PKGREVISION= 2 MAINTAINER= smb@NetBSD.org COMMENT= Report spam to various places -DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail +DEPENDS+= claws-mail>=3.0.0:../../mail/claws-mail .include "../../mk/bsd.prefs.mk" |