diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2014-01-15 14:24:22 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2014-01-15 14:24:22 +0800 |
commit | ce618e00f7904981f676131897ad60bd36018c54 (patch) | |
tree | 4a9043ef730e7cd6053250673eb2e9c49b0a6254 /misc | |
parent | 2a1ba3f2426d28cd8fb7c4a45b92344af23d7767 (diff) | |
download | freebsd-ports-gnome-ce618e00f7904981f676131897ad60bd36018c54.tar.gz freebsd-ports-gnome-ce618e00f7904981f676131897ad60bd36018c54.tar.zst freebsd-ports-gnome-ce618e00f7904981f676131897ad60bd36018c54.zip |
- Bump PORTREVISION to chase shlib change in misc/sword
Diffstat (limited to 'misc')
-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 |