aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2014-01-17 04:47:10 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2014-01-17 04:47:10 +0800
commit89862fa42494b8e486234d01d38258218d8ba6be (patch)
treec6fbdd2dca81ee789d304de676661dcc2bdfce79 /misc
parent5e9352e2bc4200e9c5a9cdbc125785d613129ec0 (diff)
downloadfreebsd-ports-gnome-89862fa42494b8e486234d01d38258218d8ba6be.tar.gz
freebsd-ports-gnome-89862fa42494b8e486234d01d38258218d8ba6be.tar.zst
freebsd-ports-gnome-89862fa42494b8e486234d01d38258218d8ba6be.zip
- Chase misc/sword shlib change
- Bump PORTREVISION
Diffstat (limited to 'misc')
-rw-r--r--misc/bibletime/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile
index 83263a6bea74..c048627dce7a 100644
--- a/misc/bibletime/Makefile
+++ b/misc/bibletime/Makefile
@@ -2,7 +2,7 @@
PORTNAME= bibletime
PORTVERSION= 2.10.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= misc kde
MASTER_SITES= SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code
@@ -11,9 +11,8 @@ COMMENT= Open source Bible study tool
LICENSE= GPLv2
-LIB_DEPENDS= clucene-core:${PORTSDIR}/textproc/clucene
-RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.7.2.so:${PORTSDIR}/misc/sword17
-BUILD_DEPENDS:= ${RUN_DEPENDS}
+LIB_DEPENDS= clucene-core:${PORTSDIR}/textproc/clucene \
+ libsword.so:${PORTSDIR}/misc/sword
USES= cmake:outsource
USE_XZ= yes