irc/quassel: enable snorenotify support
PR: 238875 Submitted by: swills
This commit is contained in:
parent
0f15633ab2
commit
4e44e90d98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509196
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= quassel
|
||||
PORTVERSION= 0.13.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= irc
|
||||
|
||||
MAINTAINER= woodsb02@FreeBSD.org
|
||||
|
@ -34,7 +35,8 @@ CLIENT_CMAKE_BOOL= WANT_QTCLIENT
|
|||
CLIENT_USE= qt=dbus,gui,phonon4,webkit,widgets
|
||||
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
|
||||
liblber-2.4.so.2:net/openldap24-client \
|
||||
libsnore-qt5.so:devel/snorenotify
|
||||
|
||||
CORE_DESC= Quassel core server (for use with client)
|
||||
CORE_CMAKE_BOOL= WANT_CORE
|
||||
|
|
Loading…
Reference in a new issue