diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /databases/xapian-core10 | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'databases/xapian-core10')
-rw-r--r-- | databases/xapian-core10/Makefile | 3 | ||||
-rw-r--r-- | databases/xapian-core10/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/databases/xapian-core10/Makefile b/databases/xapian-core10/Makefile index dbe0896c315f..b444d9d85e1f 100644 --- a/databases/xapian-core10/Makefile +++ b/databases/xapian-core10/Makefile @@ -7,13 +7,14 @@ PORTNAME= xapian-core PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.oligarchy.co.uk/xapian/${PORTVERSION}/ MAINTAINER= jean-francois.dockes@wanadoo.fr COMMENT= A probabilistic text search database engine -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes post-install: diff --git a/databases/xapian-core10/pkg-plist b/databases/xapian-core10/pkg-plist index abb1ecd57dfb..c455620facc3 100644 --- a/databases/xapian-core10/pkg-plist +++ b/databases/xapian-core10/pkg-plist @@ -28,6 +28,7 @@ include/xapian/types.h include/xapian/valueiterator.h include/xapian/version.h lib/libxapian.a +lib/libxapian.la lib/libxapian.so lib/libxapian.so.8 share/aclocal/xapian.m4 |