svn commit: r531774 - head/mail/dovecot-fts-xapian

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 15 16:25:29 UTC 2020


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


More information about the svn-ports-all mailing list