From 605ecaa0c653274bc7a61398b0aa552e3008ebd7 Mon Sep 17 00:00:00 2001 From: Thomas Abthorpe Date: Wed, 11 Dec 2013 05:43:25 +0000 Subject: - Explicitly depend on sword 1.6.2 - Add CONFLICTS for soon to be added 2.10 --- misc/bibletime/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index 32329b131755..be55eb9e36be 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -10,8 +10,11 @@ COMMENT= Open source Bible study tool LICENSE= GPLv2 -LIB_DEPENDS= libsword.so:${PORTSDIR}/misc/sword \ - libclucene-core.so:${PORTSDIR}/textproc/clucene +CONFLICTS= bibletime-2.10.* + +LIB_DEPENDS= libclucene-core.so:${PORTSDIR/textproc/clucene +RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.6.2.so:${PORTSDIR}/misc/sword +BUILD_DEPENDS:= ${RUN_DEPENDS} USES= cmake USE_BZIP2= yes -- cgit v1.2.3