diff options
-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 |