aboutsummaryrefslogtreecommitdiff
path: root/net/krfb
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-03-16 19:13:34 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-03-16 19:13:34 +0000
commitd158caea856a3ce9c33784730e503f498eae7a48 (patch)
treec261e249c4f88c144a716fb698b009a358e271c9 /net/krfb
parentdf14c84989ab4a0fba021dbce978de9fa913732a (diff)
downloadports-d158caea856a3ce9c33784730e503f498eae7a48.tar.gz
ports-d158caea856a3ce9c33784730e503f498eae7a48.zip
net-im/telepathy-qt: remove flavors (Qt4 deprecation)
Notes
Notes: svn path=/head/; revision=495946
Diffstat (limited to 'net/krfb')
-rw-r--r--net/krfb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/krfb/Makefile b/net/krfb/Makefile
index dac83f824855..06548cb7001a 100644
--- a/net/krfb/Makefile
+++ b/net/krfb/Makefile
@@ -2,6 +2,7 @@
PORTNAME= krfb
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= net kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -22,6 +23,6 @@ USE_XORG= x11 xcb xdamage xext xtst
OPTIONS_DEFINE= TELEPATHY DOCS
OPTIONS_SUB= yes
TELEPATHY_DESC= Support for Telepathy Tubes
-TELEPATHY_LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@qt5
+TELEPATHY_LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt
.include <bsd.port.mk>