From 87fdc887a1bc5806e8812a11c2c490481009e3d3 Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 11 Nov 2005 19:39:17 +0000 Subject: Xapian is an Open Source Probabilistic Information Retrieval library, released under the GPL. It's written in C++, with bindings to allow use from other languages. Xapian is designed to be a highly adaptable toolkit to allow developers to easily add advanced indexing and search facilities to their own applications. PR: ports/88609 Submitted by: Jean-Francois Dockes --- databases/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/Makefile') diff --git a/databases/Makefile b/databases/Makefile index 035db4f2943f..02c7cebb8323 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -393,6 +393,7 @@ SUBDIR += usogres SUBDIR += wfb2sql SUBDIR += wmjsql + SUBDIR += xapian-core SUBDIR += xbase SUBDIR += xbsql SUBDIR += xmbase-grok -- cgit