diff options
author | reed <reed@pkgsrc.org> | 2004-07-08 00:14:05 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-07-08 00:14:05 +0000 |
commit | 033ed7c6a8f576650ab1eedf3886fce178a61e4c (patch) | |
tree | 3be1cc66d70a090314507d954ccee422ba21d8bb /mail/exim3 | |
parent | 1bfa3eefaee2ffb87e7829edfb8d759da45f5db8 (diff) | |
download | pkgsrc-033ed7c6a8f576650ab1eedf3886fce178a61e4c.tar.gz |
Conflict with exim-exiscan.
Diffstat (limited to 'mail/exim3')
-rw-r--r-- | mail/exim3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/exim3/Makefile b/mail/exim3/Makefile index 7e57d769d2f..d6fb72fec39 100644 --- a/mail/exim3/Makefile +++ b/mail/exim3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/07/07 08:51:52 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2004/07/08 00:14:05 reed Exp $ DISTNAME= exim-3.36 PKGREVISION= 2 @@ -11,6 +11,8 @@ MAINTAINER= grant@NetBSD.org HOMEPAGE= http://www.exim.org/ COMMENT= The Exim mail transfer agent, a replacement for sendmail +CONFLICTS+= exim-exiscan-[0-9]* + USE_BUILDLINK3= YES USE_PERL5= YES USE_PKGINSTALL= YES |