From 90753821bd064361b83e11d343fc4f71a478ac3a Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 30 May 2011 14:01:46 +0200 Subject: [PATCH] use depend on xapian-core>1.0.12 instead of lib_depend --- packaging/FreeBSD/recoll/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/FreeBSD/recoll/Makefile b/packaging/FreeBSD/recoll/Makefile index 69da61d3..da741368 100644 --- a/packaging/FreeBSD/recoll/Makefile +++ b/packaging/FreeBSD/recoll/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://www.lesbonscomptes.com/recoll/ MAINTAINER= jf@dockes.org COMMENT= A personal full text search package, based on QT and Xapian -LIB_DEPENDS= xapian.[1-2][0-9]:${PORTSDIR}/databases/xapian-core +BUILD_DEPENDS= xapian-core>=1.0.12:${PORTSDIR}/databases/xapian-core +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_QT_VER= 4 QT_COMPONENTS= gui qmake_build uic_build moc_build rcc_build