Date: Sun, 11 Jul 2021 20:44:19 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: 81f479d39e0b - main - audio/juk: fix build due to missing build-deps Message-ID: <202107112044.16BKiJwm085690@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=81f479d39e0b76b91c5950adb6530a76993343f3 commit 81f479d39e0b76b91c5950adb6530a76993343f3 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-07-11 18:59:53 +0000 Commit: Adriaan de Groot <adridg@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107112044.16BKiJwm085690>