Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Aug 2019 10:22:56 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509196 - head/irc/quassel
Message-ID:  <201908181022.x7IAMu9u062528@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Sun Aug 18 10:22:55 2019
New Revision: 509196
URL: https://svnweb.freebsd.org/changeset/ports/509196

Log:
  irc/quassel: enable snorenotify support
  
  PR:		238875
  Submitted by:	swills

Modified:
  head/irc/quassel/Makefile

Modified: head/irc/quassel/Makefile
==============================================================================
--- head/irc/quassel/Makefile	Sun Aug 18 10:12:12 2019	(r509195)
+++ head/irc/quassel/Makefile	Sun Aug 18 10:22:55 2019	(r509196)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908181022.x7IAMu9u062528>