diff options
author | obache <obache@pkgsrc.org> | 2010-03-12 13:19:49 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-03-12 13:19:49 +0000 |
commit | 68f33f9fb6991ffd0a00d5cd4b30493a3e817616 (patch) | |
tree | 197914f6b8b4d77534bb042c81558db89f90880a /mail/sendmail | |
parent | 7c627975ddc404422ab028ce95468e788444b9fb (diff) | |
download | pkgsrc-68f33f9fb6991ffd0a00d5cd4b30493a3e817616.tar.gz |
marked as CONFLICTS with esmtp>=1.2 (bin/mailq and/or bin/newaliases)
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 428fec76dc7..8d3f4c147e8 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.108 2010/01/16 00:31:13 jnemeth Exp $ +# $NetBSD: Makefile,v 1.109 2010/03/12 13:19:49 obache Exp $ PKGNAME= sendmail-${DIST_VERS} COMMENT= The well known Mail Transport Agent CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 postfix-[0-9]* +CONFLICTS+= esmtp>=1.2 PKG_DESTDIR_SUPPORT= user-destdir |