diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2014-01-15 06:24:22 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2014-01-15 06:24:22 +0000 |
commit | 8918ce733f1fe2adc7a6869cd5f10b19f4cef258 (patch) | |
tree | 4a9043ef730e7cd6053250673eb2e9c49b0a6254 /misc/bibletime | |
parent | 69172d73deffb1eb979e7d93bfc3598af59b5a96 (diff) |
Notes
Diffstat (limited to 'misc/bibletime')
-rw-r--r-- | misc/bibletime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index 834bf720c04a..83263a6bea74 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -2,7 +2,7 @@ PORTNAME= bibletime PORTVERSION= 2.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc kde MASTER_SITES= SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code @@ -12,7 +12,7 @@ COMMENT= Open source Bible study tool LICENSE= GPLv2 LIB_DEPENDS= clucene-core:${PORTSDIR}/textproc/clucene -RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.7.0.so:${PORTSDIR}/misc/sword17 +RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.7.2.so:${PORTSDIR}/misc/sword17 BUILD_DEPENDS:= ${RUN_DEPENDS} USES= cmake:outsource |