diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-11-05 00:36:05 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-11-05 00:37:18 +0300 |
commit | 3c7a17c070dc7c752a064ce822a60693d9104aab (patch) | |
tree | 6fe6eb59a910dbe588fab1f3aaf8df3968488261 | |
parent | audio/qjackcapture: New port: GUI for the jack_capture program using PyQt5 (diff) |
databases/percona57-server: plugins want libcurl to build (+)
Reported by: poudriere fallout
-rw-r--r-- | databases/percona57-server/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/percona57-server/Makefile b/databases/percona57-server/Makefile index a1ab0367c726..fd0a42f0c9db 100644 --- a/databases/percona57-server/Makefile +++ b/databases/percona57-server/Makefile @@ -85,6 +85,7 @@ USES+= libedit # For building plugins (percona-pam-for-mysql, etc) # Currently do nothing special USES+= libedit +LIB_DEPENDS+= libcurl.so:ftp/curl .else LIB_DEPENDS+= libcurl.so:ftp/curl |