Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jul 2021 20:44:20 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 05773ff4ff42 - main - audio/amarok: fix build due to missing build-deps
Message-ID:  <202107112044.16BKiKhm085714@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg:

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

commit 05773ff4ff4270d30182b741b57b7ee7795d045e
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-07-11 19:10:10 +0000
Commit:     Adriaan de Groot <adridg@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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107112044.16BKiKhm085714>