diff options
-rw-r--r-- | misc/bibletime/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index 32329b131755..6f829f842428 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 +LIB_DEPENDS= clucene-core:${PORTSDIR}/textproc/clucene +RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.6.2.so:${PORTSDIR}/misc/sword +BUILD_DEPENDS:= ${RUN_DEPENDS} + +CONFLICTS= bibletime-devel-2.10.* USES= cmake USE_BZIP2= yes |