summaryrefslogtreecommitdiff
path: root/mail/claws-mail-bogofilter
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-09-23 17:08:00 +0000
committerjoerg <joerg@pkgsrc.org>2007-09-23 17:08:00 +0000
commitb85a1041c9e2cf9238050352406a36b56b7c637d (patch)
treeef0e73506b86f8046ac5847134be3dbd91f95875 /mail/claws-mail-bogofilter
parent2c101f687d1b6349efa6e0a4ab60ec6560365a6b (diff)
downloadpkgsrc-b85a1041c9e2cf9238050352406a36b56b7c637d.tar.gz
Repeat after me: NEVER depend on an exact revision of a package unless
you *really* REALLY mean that. Fix the dependencies of all claws-mail packages on claws-mail itself. Bump all those revisions. Fix some indentation while here to be at least basic consistent.
Diffstat (limited to 'mail/claws-mail-bogofilter')
-rw-r--r--mail/claws-mail-bogofilter/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/claws-mail-bogofilter/Makefile b/mail/claws-mail-bogofilter/Makefile
index 88a8a1ab81c..4e3f3e2eae5 100644
--- a/mail/claws-mail-bogofilter/Makefile
+++ b/mail/claws-mail-bogofilter/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2007/09/18 03:17:26 smb Exp $
+# $NetBSD: Makefile,v 1.3 2007/09/23 17:08:01 joerg Exp $
#
PLUGIN_NAME= bogofilter
+PKGREVISION= 1
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= smb@NetBSD.org
@@ -9,7 +10,7 @@ COMMENT= Enables the scanning of incoming mail using Bogofilter
CONFIGURE_ARGS+= --enable-${PLUGIN_NAME}-plugin
-DEPENDS+= claws-mail-${CLAWS_VERSION}:../../mail/claws-mail
+DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
DEPENDS+= bogofilter>=1.0.3nb1:../../mail/bogofilter
.include "../../mail/claws-mail/Makefile.vers"