diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-09 11:12:39 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-09 11:12:39 +0000 |
commit | 45071f864687e5c81b8b6f2be1e2199583eb4297 (patch) | |
tree | a70a73740d60597c71e7201e591b333c93ff8dab /deskutils/recoll/Makefile | |
parent | 0f574ea91e79a3776736a7c1d612a75b5092b561 (diff) |
Notes
Diffstat (limited to 'deskutils/recoll/Makefile')
-rw-r--r-- | deskutils/recoll/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index 7920e60cea30..b337282d297b 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -6,7 +6,7 @@ # PORTNAME= recoll -PORTVERSION= 1.5.11 +PORTVERSION= 1.6.3 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/recoll/ @@ -14,7 +14,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.12:${PORTSDIR}/databases/xapian-core \ +LIB_DEPENDS= xapian.13:${PORTSDIR}/databases/xapian-core \ qt-mt.3:${PORTSDIR}/x11-toolkits/qt33 USE_QT_VER= 3 |