aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2013-12-12 02:05:34 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2013-12-12 02:05:34 +0800
commit9809a0e2d7f5a501e93d80ac9ed19d9522dc5b4d (patch)
treef78921f01c16ff93dd30e81a8f9da0a3d74529cf
parent656fc2475f2cbab6fc1efa1d067e471764b36aac (diff)
downloadfreebsd-ports-gnome-9809a0e2d7f5a501e93d80ac9ed19d9522dc5b4d.tar.gz
freebsd-ports-gnome-9809a0e2d7f5a501e93d80ac9ed19d9522dc5b4d.tar.zst
freebsd-ports-gnome-9809a0e2d7f5a501e93d80ac9ed19d9522dc5b4d.zip
- 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/Makefile7
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