aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-02-01 10:52:06 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-02-01 10:52:06 +0000
commitdf042080582344e032e7e10ce7424d544aec4cd1 (patch)
tree02cfcb4611eec99e7f568857042fc2b9ac51ac02
parent6db7a8c38ed1459761006281e6d861901fe8e228 (diff)
downloadports-df042080582344e032e7e10ce7424d544aec4cd1.tar.gz
ports-df042080582344e032e7e10ce7424d544aec4cd1.zip
databases/libgda5-mysql: Ignore with mysql 8.0
PR: 269203 Reported by: exp-run
-rw-r--r--databases/libgda5/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile
index 2806108832da..2f26c34db2f4 100644
--- a/databases/libgda5/Makefile
+++ b/databases/libgda5/Makefile
@@ -69,6 +69,7 @@ CONFIGURE_ARGS+= --without-ldap
.if ${LIBGDA5_SLAVE}==mysql
USES+= mysql
+IGNORE_WITH_MYSQL= 80
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
.else
CONFIGURE_ARGS+= --without-mysql