Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jul 2021 18:53:33 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: 38842cbd3bd3 - main - net/kget: fix build due to missing build-deps
Message-ID:  <202107111853.16BIrXqd039375@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=38842cbd3bd3be2fef79352a930904c2beed2750

commit 38842cbd3bd3be2fef79352a930904c2beed2750
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-07-11 18:47:29 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-07-11 18:53:25 +0000

    net/kget: fix build due to missing build-deps
---
 net/kget/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net/kget/Makefile b/net/kget/Makefile
index 850976f998b6..edde1d8367c4 100644
--- a/net/kget/Makefile
+++ b/net/kget/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	kget
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	net kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -21,12 +22,12 @@ USES=		cmake compiler:c++11-lang desktop-file-utils kde:5 qca qt:5 \
 USE_KDE=	archive auth bookmarks codecs completion config configwidgets \
 		coreaddons crash dbusaddons emoticons guiaddons i18n \
 		iconthemes itemmodels itemviews jobwidgets kcmutils \
-		kio notifications notifyconfig parts service \
+		kdelibs4support kio notifications notifyconfig parts service \
 		solid sonnet textwidgets unitconversion wallet widgetsaddons \
 		windowsystem xmlgui \
 		ecm_build
 USE_QT=		concurrent core dbus gui network printsupport sql widgets xml \
-		buildtools_build qmake_build
+		buildtools_build qmake_build testlib_build
 
 USE_LDCONFIG=	yes
 SHEBANG_FILES=	conf/*.pl



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