diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-02-13 12:46:06 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-02-13 13:04:31 +0000 |
commit | 499ef93129228ebc674639b82779a532d508b7b6 (patch) | |
tree | a8749d2c270294aeecfea159acf1bdd0aebf89ca | |
parent | 43f1b2df21bf86dc5b795bf0ceb840ea8df77f14 (diff) | |
download | ports-499ef93129228ebc674639b82779a532d508b7b6.tar.gz ports-499ef93129228ebc674639b82779a532d508b7b6.zip |
audio/amarok: Ignore with mysql 8.0
PR: 269203
Reported by: exp-run
-rw-r--r-- | audio/amarok/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 29f77524156a..83ef4090230f 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ USES= cmake compiler:c++11-lang cpe desktop-file-utils \ kde:5 mysql:client,embedded pkgconfig qca qt:5 shebangfix ssl xorg +IGNORE_WITH_MYSQL=80 USE_QT= core concurrent declarative dbus gui location network phonon4 \ quickcontrols2 script scripttools sql svg webchannel \ |