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 | ec90be9a1316c144309148808113b550d0b127a2 (patch) | |
tree | 3be1cc66d70a090314507d954ccee422ba21d8bb | |
parent | 1c472043b27cc6114493564bb51d3c0fb53d8234 (diff) | |
download | pkgsrc-ec90be9a1316c144309148808113b550d0b127a2.tar.gz |
Conflict with exim-exiscan.
-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 |