diff options
author | Ben Woods <woodsb02@FreeBSD.org> | 2019-08-18 10:22:55 +0000 |
---|---|---|
committer | Ben Woods <woodsb02@FreeBSD.org> | 2019-08-18 10:22:55 +0000 |
commit | 4e44e90d988d900c30628091f6fddc2832ca1bbf (patch) | |
tree | ade5f655083ac8a0b92eec7aeccc55dcd0c22065 /irc | |
parent | 0f15633ab262e922d63a669e8cd3738610dacf06 (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/quassel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile index 24b7547f8127..a9790bbbd542 100644 --- a/irc/quassel/Makefile +++ b/irc/quassel/Makefile @@ -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 |