diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2023-12-08 07:09:00 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2023-12-09 08:19:41 +0000 |
commit | 7e50d55c75b15740b32a7fb2e5d28237cd455dba (patch) | |
tree | 1d45020e251ef7e3ce7f94ba9bdb8e54eefa0c07 | |
parent | d7691b6a94bf4a0ec74695dfe64c8bfec4fc8256 (diff) |
audio/musicpd: Fix dependency for CURL option
PR: 275513
Reported by: diizzy, listac@nebelschwaden.de
MFH: 2023Q4
-rw-r--r-- | audio/musicpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 010628b54f4f..81ff7ca67c9c 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,6 +1,6 @@ PORTNAME= musicpd PORTVERSION= 0.23.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} @@ -170,6 +170,7 @@ CDPARANOIA_MESON_ENABLED= cdio_paranoia CDPARANOIA_LIB_DEPENDS= libcdio_paranoia.so:sysutils/libcdio-paranoia CURL_MESON_ENABLED= curl webdav CURL_LIB_DEPENDS= libcurl.so:ftp/curl +CURL_IMPLIES= PLAYLISTS SMB_MESON_ENABLED= smbclient SMB_USES= samba:lib |