diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 20:27:49 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 20:27:49 +0000 |
commit | 6c51d523aad10a45f87483d02246ea20766b95f1 (patch) | |
tree | 83242e86a69bcf517bd3e03e6306b830553e0d56 /irc/quassel | |
parent | 8914e638c2c328601a3d1065c79d49563c609499 (diff) |
Notes
Diffstat (limited to 'irc/quassel')
-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 |