aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2023-05-27 06:30:59 +0000
committerThomas Zander <riggs@FreeBSD.org>2023-05-27 06:43:39 +0000
commit3fcdf99b73193b4c12355520b0e8e4e54f73cafa (patch)
tree11c806082f0185ee860da71a5c97b3c6ae808fe0 /audio
parent8cae3e4ffdf22f4fc4d36141995f7ab582cdfa3c (diff)
downloadports-3fcdf99b73193b4c12355520b0e8e4e54f73cafa.tar.gz
ports-3fcdf99b73193b4c12355520b0e8e4e54f73cafa.zip
audio/musicpd: Enable the webdav storage plugin if curl is enabled
Details: - With curl enabled, the webdav storage plugin can be enabled as well, allowing folks to access their collections via webdav. - No new dependencies are required to support this feature. PR: 271663 Reported by: bsd@abinet.ru MFH: 2023Q2 (cherry picked from commit ca5fd0c991d382e3bcce32dec80dc4c5e6547931)
Diffstat (limited to 'audio')
-rw-r--r--audio/musicpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index b3e38e2e7aa0..1ee77b031f5c 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -168,7 +168,7 @@ SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio
# Input plugins
CDPARANOIA_MESON_ENABLED= cdio_paranoia
CDPARANOIA_LIB_DEPENDS= libcdio_paranoia.so:sysutils/libcdio-paranoia
-CURL_MESON_ENABLED= curl
+CURL_MESON_ENABLED= curl webdav
CURL_LIB_DEPENDS= libcurl.so:ftp/curl
SMB_MESON_ENABLED= smbclient
SMB_USES= samba:lib