summaryrefslogtreecommitdiff
path: root/mail/claws-mail-clamav
diff options
context:
space:
mode:
authorjoerg <joerg>2007-09-23 17:08:00 +0000
committerjoerg <joerg>2007-09-23 17:08:00 +0000
commit83066df350379bb608d78495eee37111e8557cd8 (patch)
treeef0e73506b86f8046ac5847134be3dbd91f95875 /mail/claws-mail-clamav
parentd5324c6c6cbf74e585b1d98dad636464c3c5ef21 (diff)
downloadpkgsrc-83066df350379bb608d78495eee37111e8557cd8.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-clamav')
-rw-r--r--mail/claws-mail-clamav/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/claws-mail-clamav/Makefile b/mail/claws-mail-clamav/Makefile
index 224c44a036a..c28ed9df452 100644
--- a/mail/claws-mail-clamav/Makefile
+++ b/mail/claws-mail-clamav/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= clamav_plugin
+PKGREVISION= 1
.include "../../mail/claws-mail/plugins.mk"
BUILD_DIRS= src/plugins/clamav
INSTALL_DIRS= src/plugins/clamav
@@ -13,7 +14,7 @@ CONFIGURE_ARGS+= --enable-clamav-plugin
USE_LANGUAGES= c
-DEPENDS+= claws-mail-${CLAWS_VERSION}:../../mail/claws-mail
+DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
DEPENDS+= clamav>=0.91.1nb1:../../mail/clamav
.include "../../mail/claws-mail/Makefile.vers"