diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-03-12 18:52:53 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-03-12 18:52:53 +0000 |
commit | 56bc0620a2fc781ff4a5c26275397b0b112488b9 (patch) | |
tree | 523da86fb8b6d76fb2748af61649e38bc508b002 /irc | |
parent | 5420430b58fc0dc77c993db40447f55cc835e8b7 (diff) |
Notes
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 00c1a8c74cea..992190a02938 100644 --- a/irc/quassel/Makefile +++ b/irc/quassel/Makefile @@ -3,7 +3,7 @@ PORTNAME= quassel PORTVERSION= 0.12.4 -PORTREVISION= 5 +PORTREVISION= 6 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= qt5=dbus,gui,phonon4,webkit,widgets -CLIENT_LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt5 +CLIENT_LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 CORE_DESC= Quassel core server (for use with client) CORE_CMAKE_BOOL= WANT_CORE |