diff options
author | obache <obache> | 2010-03-12 13:19:49 +0000 |
---|---|---|
committer | obache <obache> | 2010-03-12 13:19:49 +0000 |
commit | e607a7297d62161c384d5318f1af3136cfed9c8e (patch) | |
tree | 197914f6b8b4d77534bb042c81558db89f90880a /mail/postfix | |
parent | 003dadf423bc85e9f6dd322e28672b668281a5df (diff) | |
download | pkgsrc-e607a7297d62161c384d5318f1af3136cfed9c8e.tar.gz |
marked as CONFLICTS with esmtp>=1.2 (bin/mailq and/or bin/newaliases)
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index dca1b3bec24..9db899bb77a 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.231 2010/02/25 13:01:22 martti Exp $ +# $NetBSD: Makefile,v 1.232 2010/03/12 13:19:49 obache Exp $ DISTNAME= postfix-2.7.0 #PKGREVISION= 1 @@ -15,6 +15,7 @@ COMMENT= Postfix SMTP server and tools LICENSE= postfix-license CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 sendmail-[0-9]* +CONFLICTS+= esmtp>=1.2 PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews |