Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Sep 2022 19:11:48 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0b8059e99cf6 - main - net/krdc: pet stage-qa
Message-ID:  <202209051911.285JBmbg028804@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=0b8059e99cf6d8b79f382d264e5ec87e3a430518

commit 0b8059e99cf6d8b79f382d264e5ec87e3a430518
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-05 19:04:07 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-05 19:06:40 +0000

    net/krdc: pet stage-qa
---
 net/krdc/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/net/krdc/Makefile b/net/krdc/Makefile
index 40cc0b7a0203..2f226f0bb7f3 100644
--- a/net/krdc/Makefile
+++ b/net/krdc/Makefile
@@ -1,13 +1,16 @@
 PORTNAME=	krdc
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	net kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	RDP and VNC client for KDE
 
-LIB_DEPENDS=	libvncserver.so:net/libvncserver
+LIB_DEPENDS=	libvncserver.so:net/libvncserver \
+		libssh.so:security/libssh
 
-USES=		cmake compiler:c++11-lang desktop-file-utils gettext kde:5 qt:5 tar:xz
+USES=		cmake compiler:c++11-lang desktop-file-utils gettext \
+		kde:5 qt:5 tar:xz xorg
 USE_KDE=	auth bookmarks codecs completion config configwidgets \
 		coreaddons dnssd doctools i18n iconthemes kcmutils \
 		notifications notifyconfig service wallet widgetsaddons \
@@ -15,6 +18,7 @@ USE_KDE=	auth bookmarks codecs completion config configwidgets \
 		ecm_build
 USE_QT=		core dbus gui network widgets xml \
 		buildtools_build qmake_build
+USE_XORG=	x11
 USE_LDCONFIG=	yes
 
 CMAKE_ON=	WITH_VNC



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