diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-04-28 18:11:49 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-04-28 18:11:49 +0000 |
commit | e7143687867e9acfedfc4822ca187c3824e87a89 (patch) | |
tree | 50dd7c1a2912da31c756257af1b73c06ef952104 /net/kdenetwork | |
parent | 77630214c4107b066dddb51b4afb1687fa664772 (diff) |
Notes
Diffstat (limited to 'net/kdenetwork')
-rw-r--r-- | net/kdenetwork/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile index 1497bcd83ddb..9179774e80bf 100644 --- a/net/kdenetwork/Makefile +++ b/net/kdenetwork/Makefile @@ -10,19 +10,12 @@ COMMENT= KDE Network applications (meta port) USES= kde:5 metaport USE_QT5= # -OPTIONS_DEFINE= FILESHARING KGET KRDC KRFB +OPTIONS_DEFINE= FILESHARING KRDC KRFB OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NKOPETE} FILESHARING_DESC= Network file sharing via Samba FILESHARING_RUN_DEPENDS= kdenetwork-filesharing>=${KDE_APPLICATIONS_VERSION}:net/kdenetwork-filesharing -KGET_DESC= Download manager -KGET_RUN_DEPENDS= kget>=${KDE_APPLICATIONS_VERSION}:net/kget - -# Kopete will be added with the 18.04 update -# KOPETE_DESC= Multi-protocol instant messenger -# KOPETE_RUN_DEPENDS= kopete>=${KDE_APPLICATIONS_VERSION}:net-im/kopete - KRDC_DESC= RDP and VNC client KRDC_RUN_DEPENDS= krdc>=${KDE_APPLICATIONS_VERSION}:net/krdc |