diff options
Diffstat (limited to 'audio/spotify-qt/Makefile')
-rw-r--r-- | audio/spotify-qt/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/spotify-qt/Makefile b/audio/spotify-qt/Makefile index cdf8823f54a2..1967d8f19676 100644 --- a/audio/spotify-qt/Makefile +++ b/audio/spotify-qt/Makefile @@ -1,5 +1,5 @@ PORTNAME= spotify-qt -PORTVERSION= 3.12 +PORTVERSION= 4.0.0 DISTVERSIONPREFIX= v CATEGORIES= audio @@ -12,10 +12,11 @@ LICENSE_FILE= ${WRKSRC}/license RUN_DEPENDS= spotifyd:audio/spotifyd -USES= cmake compiler:c++11-lang qt:5 +USES= cmake compiler:c++11-lang qt:6 USE_GITHUB= yes GH_ACCOUNT= kraxarn -USE_QT= core dbus gui network svg widgets buildtools:build qmake:build +USE_QT= base svg +USE_GL= opengl PLIST_FILES= bin/spotify-qt \ share/applications/spotify-qt.desktop \ |