multimedia/librespot has a broken API, use audio/spotifyd instead.

This commit is contained in:
Emanuel Haupt 2021-02-12 17:52:26 +00:00
parent ee373338d4
commit adaf0d13fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565035

View file

@ -4,6 +4,7 @@
PORTNAME= spotify-qt
PORTVERSION= 3.4
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= ehaupt@FreeBSD.org
@ -12,7 +13,7 @@ COMMENT= Lightweight Spotify client using Qt
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/license
RUN_DEPENDS= librespot:multimedia/librespot
RUN_DEPENDS= spotifyd:audio/spotifyd
USES= cmake compiler:c++11-lang qt:5
USE_GITHUB= yes