summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-08-23 09:13:44 +0200
committerTobias C. Berner <tcberner@FreeBSD.org>2022-08-23 09:24:47 +0200
commit0f11c3398301ad8d29f37ad19f44e925a352c0e5 (patch)
tree77adb1d4d4350610dc1a592bc1de94252ba708b2 /irc
parentMOVED: document readded flavor for devel/libdbusmenu-qt@qt5 (diff)
devel/libdbusmenu-qt: make consumers depend explicitely on the qt5 flavor
Diffstat (limited to 'irc')
-rw-r--r--irc/quassel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile
index fcc99c5ac763..dac624ac4104 100644
--- a/irc/quassel/Makefile
+++ b/irc/quassel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= quassel
DISTVERSION= 0.14.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= irc
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSION}/
@@ -37,7 +37,7 @@ OPTIONS_SUB= yes
CLIENT_DESC= Quassel client (for use with core)
CLIENT_CMAKE_BOOL= WANT_QTCLIENT
CLIENT_USE= qt=dbus,gui,multimedia,phonon4,webkit,widgets
-CLIENT_LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt
+CLIENT_LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5
CLIENT_PREVENTS= CORE
CLIENT_PREVENTS_MSG= Quassel core server should be installed via irc/quassel-core port
@@ -55,7 +55,7 @@ CORE_PREVENTS= CLIENT MONO KDE SPELL
MONO_DESC= Quassel standalone (monolithic binary: core+client combined)
MONO_CMAKE_BOOL= WANT_MONO
MONO_USE= qt=dbus,gui,multimedia,phonon4,script,sql,webkit,widgets
-MONO_LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt
+MONO_LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5
MONO_PREVENTS= CORE
MONO_PREVENTS_MSG= Quassel core server should be installed via irc/quassel-core port