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/fastforward | |
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/fastforward')
-rw-r--r-- | mail/fastforward/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fastforward/Makefile b/mail/fastforward/Makefile index 6411562073a..d1a79176641 100644 --- a/mail/fastforward/Makefile +++ b/mail/fastforward/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2009/05/19 09:07:14 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2010/03/12 13:19:49 obache Exp $ # DISTNAME= fastforward-0.51 @@ -13,7 +13,7 @@ LICENSE= public-domain DEPENDS+= qmail>=1.03nb7:../../mail/qmail -CONFLICTS+= postfix-[0-9]* sendmail-[0-9]* +CONFLICTS+= esmtp>=1.2 postfix-[0-9]* sendmail-[0-9]* USE_TOOLS+= nroff |