diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-10-24 14:56:39 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-10-24 14:56:39 +0000 |
commit | b8f9588cf4fe40a74662779c7fbb3e50186ce402 (patch) | |
tree | bf289b8f71804b68d0785b8bbf2bb41ac0acd2ca /mail/ezmlm-idx | |
parent | - Update to 0.33 (diff) |
- Utilize CONFLICTS
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Approved by: krion (implicit)
Diffstat (limited to 'mail/ezmlm-idx')
-rw-r--r-- | mail/ezmlm-idx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile index c0482f0faf15..208591281152 100644 --- a/mail/ezmlm-idx/Makefile +++ b/mail/ezmlm-idx/Makefile @@ -24,6 +24,8 @@ COMMENT= Improved version of the ezmlm mailing list manager RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail +CONFLICTS= ezmlm-0.* + # QMAIL_DIR is the directory where qmail is installed QMAIL_DIR?= /var/qmail |