summaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-03-17 08:47:42 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-03-17 08:47:42 +0000
commite4db5fb82e2cdbf187838ac95b20db0ff270c94e (patch)
tree834333070feb3567c31ef3c6c79109e60490c736 /mail/sendmail
parent subversion doesn't "support" neon 0.26.3, only 0.26.2 does. (diff)
- detect early if sysvipc is not implemented
Notes
Notes: svn path=/head/; revision=187566
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index b8707c0b1f2b..991536424a86 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -20,6 +20,11 @@ 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.*
+IPCCHECK!= ipcrm -q 0 2>&1 || true
+.if ${IPCCHECK:Mimplemented}
+IGNORE= your system does not support sysvipc
+.endif
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
WCONF= ${WRKSRC}/devtools/Site
SITE= ${FILESDIR}/site.config.m4.pre4