diff --git a/audio/spotify-qt/Makefile b/audio/spotify-qt/Makefile index f5bd10771572..f40040712f58 100644 --- a/audio/spotify-qt/Makefile +++ b/audio/spotify-qt/Makefile @@ -1,25 +1,26 @@ PORTNAME= spotify-qt -PORTVERSION= 4.0.1 +DISTVERSION= 4.0.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org COMMENT= Lightweight Spotify client using Qt WWW= https://github.com/kraxarn/spotify-qt LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/license -RUN_DEPENDS= spotifyd:audio/spotifyd +RUN_DEPENDS= librespot:multimedia/librespot USES= cmake compiler:c++11-lang qt:6 USE_GITHUB= yes GH_ACCOUNT= kraxarn USE_QT= base svg USE_GL= gl opengl PLIST_FILES= bin/spotify-qt \ share/applications/spotify-qt.desktop \ share/icons/hicolor/scalable/apps/spotify-qt.svg .include