diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-02-13 13:03:51 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-02-13 13:04:33 +0000 |
commit | 3e496ad8458edea6f7568aa11a6f084ab5e5ff65 (patch) | |
tree | 0702ec3cc49e4c536ec01f52fb4609f8071d9bc7 | |
parent | 4142b2662596940661ad75f2c0a38e2e54b797fd (diff) |
databases/ocaml-mysql: Ignore with mysql 8.0
PR: 269203
Reported by: exp-run
-rw-r--r-- | databases/ocaml-mysql/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/ocaml-mysql/Makefile b/databases/ocaml-mysql/Makefile index 2382b85dbb58..ec0a5fe0efe1 100644 --- a/databases/ocaml-mysql/Makefile +++ b/databases/ocaml-mysql/Makefile @@ -12,6 +12,7 @@ WWW= http://ygrek.org.ua/p/ocaml-mysql/ LICENSE= LGPL21 USES= gmake mysql +IGNORE_WITH_MYSQL= 80 USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAML_CAMLP4= yes |