aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2013-12-11 13:43:25 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2013-12-11 13:43:25 +0800
commitc10280c8f2aced1860735cdc419cc3358962fa54 (patch)
tree0b620331e812e910a27be568fe9987c103b2e892
parent72479e150f2a211802ff7057d5537dc3053da05d (diff)
downloadfreebsd-ports-gnome-c10280c8f2aced1860735cdc419cc3358962fa54.tar.gz
freebsd-ports-gnome-c10280c8f2aced1860735cdc419cc3358962fa54.tar.zst
freebsd-ports-gnome-c10280c8f2aced1860735cdc419cc3358962fa54.zip
- Explicitly depend on sword 1.6.2
- Add CONFLICTS for soon to be added 2.10
-rw-r--r--misc/bibletime/Makefile7
1 files changed, 5 insertions, 2 deletions
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