diff options
author | cheusov <cheusov> | 2012-09-09 18:30:18 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2012-09-09 18:30:18 +0000 |
commit | 78338e8ecaf83bbd4b1a1a482f9440a08644e359 (patch) | |
tree | 4f94ac1a35b6e502a2009e84c2fcdcdbf5ab244d /mail | |
parent | 1b53fbb8c8918104df737bf565ec3f6da20100ea (diff) | |
download | pkgsrc-78338e8ecaf83bbd4b1a1a482f9440a08644e359.tar.gz |
CONFLICTS with deliver-[0-9]*; ++pkgrevision
Diffstat (limited to 'mail')
-rw-r--r-- | mail/avenger/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/avenger/Makefile b/mail/avenger/Makefile index 899905f7d02..87464c0974a 100644 --- a/mail/avenger/Makefile +++ b/mail/avenger/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2012/02/16 19:00:14 hans Exp $ +# $NetBSD: Makefile,v 1.12 2012/09/09 18:30:18 cheusov Exp $ DISTNAME= avenger-0.8.2 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.mailavenger.org/dist/ @@ -11,6 +12,8 @@ LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir +CONFLICTS= deliver-[0-9]* + BDB_ACCEPTED= db4 db5 USE_LANGUAGES= c c++ USE_LIBTOOL= yes |