diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:04:07 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-09-05 19:06:40 +0000 |
commit | 0b8059e99cf6d8b79f382d264e5ec87e3a430518 (patch) | |
tree | cce18c22f9a6cab2eb7a701cddfb9093155db959 | |
parent | 800e0ec758d3d178634c0cbe10ca04b18a8d5fd6 (diff) | |
download | ports-0b8059e99cf6d8b79f382d264e5ec87e3a430518.tar.gz ports-0b8059e99cf6d8b79f382d264e5ec87e3a430518.zip |
net/krdc: pet stage-qa
-rw-r--r-- | net/krdc/Makefile | 8 |
1 files 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 |