git: 81f479d39e0b - main - audio/juk: fix build due to missing build-deps

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


The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=81f479d39e0b76b91c5950adb6530a76993343f3

commit 81f479d39e0b76b91c5950adb6530a76993343f3
Author:     Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-07-11 18:59:53 +0000
Commit:     Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-07-11 18:59:53 +0000

    audio/juk: fix build due to missing build-deps
---
 audio/juk/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/audio/juk/Makefile b/audio/juk/Makefile
index 7d823662a19b..2adf26431b1d 100644
--- a/audio/juk/Makefile
+++ b/audio/juk/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	juk
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	audio kde kde-applications
 
 MAINTAINER=	kde at FreeBSD.org
@@ -13,9 +14,10 @@ USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
 USE_KDE=	auth bookmarks codecs completion config configwidgets \
 		coreaddons crash dbusaddons globalaccel i18n iconthemes itemviews \
 		jobwidgets kio notifications service solid sonnet textwidgets \
-		wallet widgetsaddons windowsystem xmlgui
+		wallet widgetsaddons windowsystem xmlgui \
+		ecm_build
 USE_QT=		concurrent core dbus gui network phonon4 svg widgets xml \
-		buildtools_build qmake_build
+		buildtools_build qmake_build testlib_build
 
 OPTIONS_DEFINE=	DOCS
 


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