aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-07-27 07:32:38 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-07-27 07:32:38 +0000
commitbe732dbbba814a5706db86c64941aba9d2cd1dcc (patch)
tree5b9ce1f8c4bb6ffc376550370343ae5d5be04582 /mail
parent27bf90bc4a2f586a74b4d37e60c09ebdd4c7f455 (diff)
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/dk-milter/Makefile2
-rw-r--r--mail/meta1/Makefile2
-rw-r--r--mail/sid-milter/Makefile2
3 files changed, 5 insertions, 1 deletions
diff --git a/mail/dk-milter/Makefile b/mail/dk-milter/Makefile
index b544ae755b9b..cb6c683bc7e9 100644
--- a/mail/dk-milter/Makefile
+++ b/mail/dk-milter/Makefile
@@ -16,10 +16,12 @@ COMMENT= Domainkeys milter for Sendmail
USE_RC_SUBR= milter-dk.sh
USE_OPENSSL= yes
+.if !defined(BUILDING_INDEX)
IPCCHECK!= ipcrm -q 0 2>&1 || true
.if ${IPCCHECK:Mimplemented}
IGNORE= your system does not support sysvipc
.endif
+.endif
.if defined(WITH_POSTFIX_MILTER) || defined(WITH_POSTFIX) || defined(WITH_POSTFIX_CURRENT)
WITH_SENDMAIL_BASE= yes
diff --git a/mail/meta1/Makefile b/mail/meta1/Makefile
index a30721e5cef6..1c9a92600030 100644
--- a/mail/meta1/Makefile
+++ b/mail/meta1/Makefile
@@ -18,7 +18,7 @@ COMMENT= Secure and efficient mail gateway
NOT_FOR_ARCHS= ia64
CONFLICTS= smx-*
-.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
diff --git a/mail/sid-milter/Makefile b/mail/sid-milter/Makefile
index 5622842199f1..d3a82151d05b 100644
--- a/mail/sid-milter/Makefile
+++ b/mail/sid-milter/Makefile
@@ -24,10 +24,12 @@ INSTALL_WRKSRC= ${WRKSRC}/sid-filter
PLIST_FILES= libexec/sid-filter
PORTDOCS= ${DOCSFILES}
+.if !defined(BUILDING_INDEX)
IPCCHECK!= ipcrm -q 0 2>&1 || true
.if ${IPCCHECK:Mimplemented}
IGNORE= your system does not support sysvipc
.endif
+.endif
SITE+= ${FILESDIR}/site.config.m4
.if defined(WITH_SIDMILTER_AR)