summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-08-20 06:53:11 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-08-20 06:53:11 +0000
commita08a18b234bbe003ca367c49c5a4195cc521dd20 (patch)
tree7c63988f807ef3fb00215f7ca4d8eee1f5db2a41 /mail
parentUpdate to 1.6.8 (diff)
Grrrr... bsd.port.mk checks the value of WITH_MYSQL_VER.
Noticed by: pointyhat via linimon
Notes
Notes: svn path=/head/; revision=116737
Diffstat (limited to 'mail')
-rw-r--r--mail/exim/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 946fb80a76ea..6d2f0a3c3eec 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -306,6 +306,8 @@ SEDLIST+= -e 's,XX_DB_LIBS_XX,${DB_LIBS},' \
.if defined(WITH_MYSQL_VER) && ${WITH_MYSQL_VER:L} != "auto"
WANT_MYSQL_VER= ${WITH_MYSQL_VER}
+.else
+.undef WITH_MYSQL_VER
.endif
.if defined(WITH_MYSQL)