Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 2020 16:25:29 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531774 - head/mail/dovecot-fts-xapian
Message-ID:  <202004151625.03FGPTUQ045035@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Apr 15 16:25:28 2020
New Revision: 531774
URL: https://svnweb.freebsd.org/changeset/ports/531774

Log:
  Add missing dependency on sqlite3
  
  Reported by:	olgeni
  Pointy hat:	bapt

Modified:
  head/mail/dovecot-fts-xapian/Makefile

Modified: head/mail/dovecot-fts-xapian/Makefile
==============================================================================
--- head/mail/dovecot-fts-xapian/Makefile	Wed Apr 15 16:22:15 2020	(r531773)
+++ head/mail/dovecot-fts-xapian/Makefile	Wed Apr 15 16:25:28 2020	(r531774)
@@ -12,7 +12,8 @@ LICENSE=	LGPL21
 
 BUILD_DEPENDS=	dovecot>=2.3.7:mail/dovecot
 LIB_DEPENDS=	libxapian.so:databases/xapian-core \
-		libicuuc.so:devel/icu
+		libicuuc.so:devel/icu \
+		libsqlite3.so:databases/sqlite3
 RUN_DEPENDS=	dovecot>=2.3.7:mail/dovecot
 
 USES=		autoreconf compiler:c++11-lang libtool pkgconfig



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