Skip to content

Commit

Permalink
audio/musicpd: Fix dependency for CURL option
Browse files Browse the repository at this point in the history
PR:		275513
Reported by:	diizzy, listac@nebelschwaden.de
MFH:		2023Q4
  • Loading branch information
ephemeralriggs committed Dec 9, 2023
1 parent d7691b6 commit 7e50d55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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}
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7e50d55

Please sign in to comment.