diff options
author | abs <abs@pkgsrc.org> | 2003-09-02 11:14:16 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-09-02 11:14:16 +0000 |
commit | e2a19d8c6ddef9865b1485792d71cc21f0b4ad3b (patch) | |
tree | fbe92cedf6cfecd24bea11166adb691174e0ade6 /mail/exim/Makefile | |
parent | 68dbaf3fab4d470c6f086187b376ad8d127ae58f (diff) | |
download | pkgsrc-e2a19d8c6ddef9865b1485792d71cc21f0b4ad3b.tar.gz |
Fix patch in last and remove reference to non-existant exim-exiscan-acl
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index e7550f81eb0..9a16e48719f 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2003/09/02 10:33:38 abs Exp $ +# $NetBSD: Makefile,v 1.39 2003/09/02 11:14:16 abs Exp $ DISTNAME= exim-${EXIM_VERSION} CATEGORIES= mail net @@ -8,7 +8,7 @@ HOMEPAGE= http://www.exim.org/ COMMENT= The Exim mail transfer agent, a replacement for sendmail DEPENDS+= exim-user>=4.10nb1:../../mail/exim-user -CONFLICTS+= exim-exiscan-[0-9]* exim-exiscan-acl-[0-9]* +CONFLICTS+= exim-exiscan-[0-9]* .include "Makefile.common" |