diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-03-17 04:27:49 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-03-17 04:27:49 +0800 |
commit | 1945af6f548889b34bf84a47fa49852030b9f6ad (patch) | |
tree | 83242e86a69bcf517bd3e03e6306b830553e0d56 /irc | |
parent | e6edbe0e6caa0e9850f4fa682f4b53d9b0564f16 (diff) | |
download | freebsd-ports-gnome-1945af6f548889b34bf84a47fa49852030b9f6ad.tar.gz freebsd-ports-gnome-1945af6f548889b34bf84a47fa49852030b9f6ad.tar.zst freebsd-ports-gnome-1945af6f548889b34bf84a47fa49852030b9f6ad.zip |
devel/libdbusmenu-qt: remove flavors (Qt4 deprecation)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/quassel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile index f20e989c597d..ddba5488b241 100644 --- a/irc/quassel/Makefile +++ b/irc/quassel/Makefile @@ -3,7 +3,7 @@ PORTNAME= quassel PORTVERSION= 0.13.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= irc MASTER_SITES= http://www.quassel-irc.org/pub/ @@ -34,7 +34,7 @@ OPTIONS_SUB= yes CLIENT_DESC= Quassel client (for use with core) CLIENT_CMAKE_BOOL= WANT_QTCLIENT CLIENT_USE= qt=dbus,gui,phonon4,webkit,widgets -CLIENT_LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \ +CLIENT_LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt \ libldap-2.4.so.2:net/openldap24-client \ liblber-2.4.so.2:net/openldap24-client |