git: 05773ff4ff42 - main - audio/amarok: fix build due to missing build-deps

Adriaan de Groot adridg at FreeBSD.org
Sun Jul 11 20:44:21 UTC 2021


The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=05773ff4ff4270d30182b741b57b7ee7795d045e

commit 05773ff4ff4270d30182b741b57b7ee7795d045e
Author:     Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-07-11 19:10:10 +0000
Commit:     Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-07-11 19:10:10 +0000

    audio/amarok: fix build due to missing build-deps
---
 audio/amarok/Makefile | 6 +++---
 1 file 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 at 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
 


More information about the dev-commits-ports-all mailing list