aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-08-10 20:51:19 +0800
committergarga <garga@FreeBSD.org>2006-08-10 20:51:19 +0800
commit5370f7c649f6306eb063b3c25076cce5b83f977d (patch)
tree64a02bd7e3e2933f34afe91db5fc362b6b1b3166 /mail
parent950b82491b616ef4ceb43cc7a768e01cb2635529 (diff)
downloadfreebsd-ports-gnome-5370f7c649f6306eb063b3c25076cce5b83f977d.tar.gz
freebsd-ports-gnome-5370f7c649f6306eb063b3c25076cce5b83f977d.tar.zst
freebsd-ports-gnome-5370f7c649f6306eb063b3c25076cce5b83f977d.zip
Prevent BIG_TODO and EXT_TODO patches to be installed together, they cannot
coexist Reported by: Carlos A. Talhati <cat at iqsc.usp.br>
Diffstat (limited to 'mail')
-rw-r--r--mail/qmail/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index c4b23e20c426..119bd44c06f6 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -295,6 +295,14 @@ NO_MTREE= yes
.include <bsd.port.pre.mk>
+.if ( \
+ (defined(WITH_BIG_TODO_PATCH) && !defined(BARRIER_BIG_TODO_PATCH)) || \
+ (defined(SLAVE_SPAMCONTROL) && defined(WITH_BIGTODO)) \
+ ) && \
+ (defined(WITH_EXTTODO_PATCH) && !defined(BARRIER_EXTTODO_PATCH))
+IGNORE= EXT_TODO and BIG_TODO doesn't work together, choose just one of them
+.endif
+
.if defined(SLAVE_TLS)
CFLAGS+= -I${OPENSSLBASE}/include -L${OPENSSLBASE}/lib -DTLS
. if defined(WITH_TLS_DEBUG)