diff options
author | lbr <lbr@FreeBSD.org> | 2006-07-26 08:14:38 +0000 |
---|---|---|
committer | lbr <lbr@FreeBSD.org> | 2006-07-26 08:14:38 +0000 |
commit | cce61c813d018575c6472c4a099a037f145c2c01 (patch) | |
tree | e39bdb068f156f96ad0b3d10426a10f2e72a866d /deskutils | |
parent | 04021d021ac57f0427e219715368dc50285bea24 (diff) | |
download | FreeBSD-ports-cce61c813d018575c6472c4a099a037f145c2c01.zip FreeBSD-ports-cce61c813d018575c6472c4a099a037f145c2c01.tar.gz |
Update xapian-core shared lib version number
PR: 100856
Submitted by: jean-francois.dockes@wanadoo.fr (maintainer)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/recoll/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index 267e356..d1ceadf 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -7,6 +7,7 @@ PORTNAME= recoll PORTVERSION= 1.4.3 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/recoll/ @@ -14,7 +15,7 @@ MAINTAINER= jean-francois.dockes@wanadoo.fr COMMENT= A personal full text search package, based on QT and Xapian BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake -LIB_DEPENDS= xapian.11:${PORTSDIR}/databases/xapian-core \ +LIB_DEPENDS= xapian.12:${PORTSDIR}/databases/xapian-core \ qt-mt.3:${PORTSDIR}/x11-toolkits/qt33 USE_QT_VER= 3 |