summaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-03-19 03:38:18 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-03-19 03:38:18 +0000
commit6b44ea33c26e3254f877bf6a9aff7bbbf0688374 (patch)
treed9588fc964dc650415441b5c1346ffa14eaf00ba /mail/sendmail
parentInitial import of deputy 1.1 (diff)
- update option SENDMAIL_WITHOUT_SHMEM
Notes
Notes: svn path=/head/; revision=187695
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 991536424a86..573fa7bff797 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -20,10 +20,12 @@ 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)
IPCCHECK!= ipcrm -q 0 2>&1 || true
.if ${IPCCHECK:Mimplemented}
IGNORE= your system does not support sysvipc
.endif
+.endif
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
WCONF= ${WRKSRC}/devtools/Site