aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-02-01 11:29:05 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-02-01 12:07:21 +0000
commitc2e38ab7402cb3b7fde664b43a7b34df779494a6 (patch)
treee39093c3ae71407962496b27193524512ed30e96
parenta3381e2416389dbfd7276bc129e52842a519182b (diff)
downloadports-c2e38ab7402cb3b7fde664b43a7b34df779494a6.tar.gz
ports-c2e38ab7402cb3b7fde664b43a7b34df779494a6.zip
databases/rubygem-mysql: Ignore with mysql 8.0
PR: 269203 Reported by: exp-run
-rw-r--r--databases/rubygem-mysql/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/rubygem-mysql/Makefile b/databases/rubygem-mysql/Makefile
index 24dc78d15698..28d99ce0528f 100644
--- a/databases/rubygem-mysql/Makefile
+++ b/databases/rubygem-mysql/Makefile
@@ -11,5 +11,6 @@ LICENSE= GPLv2 RUBY
LICENSE_COMB= dual
USES= gem mysql
+IGNORE_WITH_MYSQL= 80
.include <bsd.port.mk>