diff options
author | thierry <thierry@FreeBSD.org> | 2007-10-26 03:59:27 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-10-26 03:59:27 +0800 |
commit | 1861fe00cb382802bf8d7f5dc8daa0af31ad6022 (patch) | |
tree | 33e5de39914294a2b7ef0265a2a6498f6bae4458 /deskutils | |
parent | f4aa9afbc52c196f99ccf9e211f2252da876091e (diff) | |
download | freebsd-ports-gnome-1861fe00cb382802bf8d7f5dc8daa0af31ad6022.tar.gz freebsd-ports-gnome-1861fe00cb382802bf8d7f5dc8daa0af31ad6022.tar.zst freebsd-ports-gnome-1861fe00cb382802bf8d7f5dc8daa0af31ad6022.zip |
Follow xapian-core version change.
PR: ports/117447
Submitted by: Jean-Francois Dockes (maintainer)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/recoll/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index c4e371afca25..170b6b97e1f1 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -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.1[3-6]:${PORTSDIR}/databases/xapian-core \ +LIB_DEPENDS= xapian.1[3-8]:${PORTSDIR}/databases/xapian-core \ qt-mt.3:${PORTSDIR}/x11-toolkits/qt33 USE_QT_VER= 3 |