diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-03-13 02:52:53 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-03-13 02:52:53 +0800 |
commit | cda7219c2bc7395ede0a9f3d714bd309ad5284bb (patch) | |
tree | 523da86fb8b6d76fb2748af61649e38bc508b002 /irc | |
parent | bb9388c68184dcec5c973938ff8f3cfa6f309827 (diff) | |
download | freebsd-ports-gnome-cda7219c2bc7395ede0a9f3d714bd309ad5284bb.tar.gz freebsd-ports-gnome-cda7219c2bc7395ede0a9f3d714bd309ad5284bb.tar.zst freebsd-ports-gnome-cda7219c2bc7395ede0a9f3d714bd309ad5284bb.zip |
Create flavors for devel/libdbusmenu-qt[45]
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14643
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 |