Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2015 12:08:12 +0000 (UTC)
From:      Vsevolod Stakhov <vsevolod@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386328 - head/mail/rspamd
Message-ID:  <201505141208.t4EC8CRR086556@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vsevolod
Date: Thu May 14 12:08:12 2015
New Revision: 386328
URL: https://svnweb.freebsd.org/changeset/ports/386328

Log:
  - Unbreak build by adding dependency on libhiredis.so

Modified:
  head/mail/rspamd/Makefile

Modified: head/mail/rspamd/Makefile
==============================================================================
--- head/mail/rspamd/Makefile	Thu May 14 12:06:38 2015	(r386327)
+++ head/mail/rspamd/Makefile	Thu May 14 12:08:12 2015	(r386328)
@@ -13,7 +13,8 @@ LICENSE=	BSD2CLAUSE
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre \
 		libgmime-2.4.so:${PORTSDIR}/mail/gmime24 \
 		libevent.so:${PORTSDIR}/devel/libevent2 \
-		libluajit-5.1.so:${PORTSDIR}/lang/luajit
+		libluajit-5.1.so:${PORTSDIR}/lang/luajit \
+		libhiredis.so:${PORTSDIR}/databases/hiredis
 
 OPTIONS_DEFINE=	GPERF REDIRECTOR
 GPERF_DESC=		google perf-tools profiling



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