diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-27 06:04:14 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-27 06:04:14 +0000 |
commit | 5e3e3844bb1928fdb37293512a919d8eaaaa56ca (patch) | |
tree | 659ffb05e714d51605d647c35fd6fd3e94352919 /mail/sendmail | |
parent | 97057c5e18937526ccaca045e65775dc4c93f7ae (diff) |
- disable checks on BUILDING_INDEX
Suggested by: cperciva
- cleanup CONFLICTS
Notes
Notes:
svn path=/head/; revision=238420
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 37499933ee24..66f51e87dd57 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -17,10 +17,8 @@ MAINTAINER= dinoex@FreeBSD.org 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.* -.if !defined(SENDMAIL_WITHOUT_SHMEM) +.if !defined(SENDMAIL_WITHOUT_SHMEM) && !defined(BUILDING_INDEX) IPCCHECK!= ipcrm -q 0 2>&1 || true .if ${IPCCHECK:Mimplemented} IGNORE= your system does not support sysvipc |