diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-07-11 19:10:10 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-07-11 19:10:10 +0000 |
commit | 05773ff4ff4270d30182b741b57b7ee7795d045e (patch) | |
tree | 5af1033489deb91bb2eb26e0cbc36cd257f4ea0f | |
parent | 81f479d39e0b76b91c5950adb6530a76993343f3 (diff) | |
download | ports-05773ff4ff4270d30182b741b57b7ee7795d045e.tar.gz ports-05773ff4ff4270d30182b741b57b7ee7795d045e.zip |
audio/amarok: fix build due to missing build-deps
-rw-r--r-- | audio/amarok/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/amarok/Makefile b/audio/amarok/Makefile index 33ba278f38a8..7e60be0e3f64 100644 --- a/audio/amarok/Makefile +++ b/audio/amarok/Makefile @@ -1,7 +1,7 @@ PORTNAME= amarok DISTVERSIONPREFIX= v DISTVERSION= 2.9.71 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio kde MAINTAINER= kde@FreeBSD.org @@ -24,7 +24,7 @@ USES= cmake compiler:c++11-lang desktop-file-utils \ USE_QT= core concurrent declarative dbus gui location network phonon4 \ quickcontrols2 script scripttools sql svg webchannel \ webkit widgets xml \ - buildtools_build qmake_build + buildtools_build qmake_build testlib_build USE_KDE= archive auth attica bookmarks codecs config configwidgets \ completion coreaddons crash dbusaddons dnssd globalaccel \ @@ -32,7 +32,7 @@ USE_KDE= archive auth attica bookmarks codecs config configwidgets \ kcmutils kio kirigami2 newstuff notifications notifyconfig \ package parts service solid sonnet texteditor textwidgets \ threadweaver wallet widgetsaddons windowsystem xmlgui \ - ecm_build doctools_build + doctools_build ecm_build USE_XORG= ice sm x11 xext USE_LDCONFIG= yes |