git: 38842cbd3bd3 - main - net/kget: fix build due to missing build-deps
Adriaan de Groot
adridg at FreeBSD.org
Sun Jul 11 18:53:34 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=38842cbd3bd3be2fef79352a930904c2beed2750
commit 38842cbd3bd3be2fef79352a930904c2beed2750
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-07-11 18:47:29 +0000
Commit: Adriaan de Groot <adridg at 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 at 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
More information about the dev-commits-ports-all
mailing list