diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-07-17 18:52:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-07-17 18:52:01 +0000 |
commit | c5567e0726e72f8f150aa5f05a7ec8f10609d170 (patch) | |
tree | c7381798697fae8feefc9bbf5e1c2f09add6a15c /mail/sendmail | |
parent | - update to 8.13.0 (diff) |
- add CONFLICTS
Notes
Notes:
svn path=/head/; revision=113862
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index e838fe57d22a..4b68cd6e3f86 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -18,6 +18,7 @@ COMMENT= Reliable, highly configurable mail transfer agent with utilities CONFLICTS?= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* CONFLICTS+= sendmail-8.11.* sendmail-*-8.11.* sendmail+*-8.11.* +CONFLICTS+= sendmail-8.12.* sendmail-*-8.12.* sendmail+*-8.12.* WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WCONF= ${WRKSRC}/devtools/Site |