aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim
diff options
context:
space:
mode:
authoreik <eik@FreeBSD.org>2004-08-20 14:53:11 +0800
committereik <eik@FreeBSD.org>2004-08-20 14:53:11 +0800
commit67891ea38f92c3dd62a1b65880783b87e9e50fb5 (patch)
tree7f7dfe3f7f91ac3709e5eeaf40732c883cc1d6c7 /mail/exim
parentb6478a2a53b2a7a00019603b34703b18444b261d (diff)
downloadfreebsd-ports-gnome-67891ea38f92c3dd62a1b65880783b87e9e50fb5.tar.gz
freebsd-ports-gnome-67891ea38f92c3dd62a1b65880783b87e9e50fb5.tar.zst
freebsd-ports-gnome-67891ea38f92c3dd62a1b65880783b87e9e50fb5.zip
Grrrr... bsd.port.mk checks the value of WITH_MYSQL_VER.
Noticed by: pointyhat via linimon
Diffstat (limited to 'mail/exim')
-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)