diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-09-09 18:47:48 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-09-09 18:47:48 +0000 |
commit | ae4c73a7d0f1ff26c16f2c039c7075aedb1f1704 (patch) | |
tree | 6a5b684ef9033f7b32f7591e9e51cea0e2fb6172 /mail/postfix | |
parent | 18bfd26124bc3b2d31a0e3953c36336993896024 (diff) | |
download | pkgsrc-ae4c73a7d0f1ff26c16f2c039c7075aedb1f1704.tar.gz |
CONFLICTS with nullmailer-[0-9]*
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 2f965b31132..a15d0e0c002 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.252 2012/08/12 16:16:21 taca Exp $ +# $NetBSD: Makefile,v 1.253 2012/09/09 18:47:48 cheusov Exp $ DISTNAME= postfix-2.8.12 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ MASTER_SITES+= http://postfix.it-austria.net/releases/official/ @@ -15,7 +16,7 @@ LICENSE= cpl-1.0 #LICENSE= postfix-license CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]* -CONFLICTS+= esmtp>=1.2 +CONFLICTS+= esmtp>=1.2 nullmailer-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews |