diff options
author | joerg <joerg> | 2007-09-23 17:08:00 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-09-23 17:08:00 +0000 |
commit | 4a09fbd1a3b28d4ea072a71c69bbea12d0561ceb (patch) | |
tree | ef0e73506b86f8046ac5847134be3dbd91f95875 /mail/claws-mail-attachwarner | |
parent | 9df75af1c4a97a083e41acc3b60428fefb991e68 (diff) | |
download | pkgsrc-4a09fbd1a3b28d4ea072a71c69bbea12d0561ceb.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-attachwarner')
-rw-r--r-- | mail/claws-mail-attachwarner/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/claws-mail-attachwarner/Makefile b/mail/claws-mail-attachwarner/Makefile index 84af083d282..377b98cfcb4 100644 --- a/mail/claws-mail-attachwarner/Makefile +++ b/mail/claws-mail-attachwarner/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2007/09/18 03:17:25 smb Exp $ +# $NetBSD: Makefile,v 1.4 2007/09/23 17:08:00 joerg Exp $ # -DISTNAME=attachwarner-0.2.8 -PKGNAME=claws-mail-attachwarner-0.2.8 -CATEGORIES=mail +DISTNAME= attachwarner-0.2.8 +PKGNAME= claws-mail-attachwarner-0.2.8 +PKGREVISION= 1 +CATEGORIES= mail MASTER_SITES= http://claws-mail.org/downloads/plugins/ MAINTAINER= smb@NetBSD.org @@ -11,7 +12,7 @@ COMMENT= Warns if a message mentions an attachment without attaching files PLIST_SRC+= PLIST -DEPENDS+= claws-mail-${CLAWS_VERSION}:../../mail/claws-mail +DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail .include "../../mk/bsd.prefs.mk" |