diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2014-01-17 04:47:10 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2014-01-17 04:47:10 +0800 |
commit | 89862fa42494b8e486234d01d38258218d8ba6be (patch) | |
tree | c6fbdd2dca81ee789d304de676661dcc2bdfce79 /misc | |
parent | 5e9352e2bc4200e9c5a9cdbc125785d613129ec0 (diff) | |
download | freebsd-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/Makefile | 7 |
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 |