diff options
author | clsung <clsung@FreeBSD.org> | 2007-06-20 13:12:09 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-06-20 13:12:09 +0800 |
commit | 1a15e5442121396e4438de735e9782106c9030f8 (patch) | |
tree | e17b73c4881c30115a5fdee4b8448daa95b998d5 /deskutils/recoll | |
parent | 992c4a51c0cf20cbeaa4e49962376331dbdfcca6 (diff) | |
download | freebsd-ports-gnome-1a15e5442121396e4438de735e9782106c9030f8.tar.gz freebsd-ports-gnome-1a15e5442121396e4438de735e9782106c9030f8.tar.zst freebsd-ports-gnome-1a15e5442121396e4438de735e9782106c9030f8.zip |
- Accept xapian.15
PR: ports/113649
Submitted by: Jean-Francois Dockes <jean-francois dot dockes_AT_wanadoo dot fr>
Diffstat (limited to 'deskutils/recoll')
-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 69a37aa129d5..6b821fffa60b 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-4]:${PORTSDIR}/databases/xapian-core \ +LIB_DEPENDS= xapian.1[3-5]:${PORTSDIR}/databases/xapian-core \ qt-mt.3:${PORTSDIR}/x11-toolkits/qt33 USE_QT_VER= 3 |