diff options
| author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-12-11 18:05:34 +0000 |
|---|---|---|
| committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-12-11 18:05:34 +0000 |
| commit | 667b4f4d18ac09226dc683a91597de9b41837f21 (patch) | |
| tree | f78921f01c16ff93dd30e81a8f9da0a3d74529cf | |
| parent | Fix dependency (diff) | |
- Explicity depend on libsword-1.6.2.so
- Fix LIB_DEPENDS for clucene
- Add CONFLICTS for soon to be added bibletime-devel
| -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 |
