diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-05-21 20:55:47 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-05-21 20:55:47 +0800 |
commit | 6838ad1c1bf4ab05ae3a4cbc72fef5d1cc9d809c (patch) | |
tree | 1b81bac04b885adb80f46c79eba1d292e84b6c5d /misc/bibletime | |
parent | 08e189a11b36597cbf701fcd22624ae3ec3dec2c (diff) | |
download | freebsd-ports-gnome-6838ad1c1bf4ab05ae3a4cbc72fef5d1cc9d809c.tar.gz freebsd-ports-gnome-6838ad1c1bf4ab05ae3a4cbc72fef5d1cc9d809c.tar.zst freebsd-ports-gnome-6838ad1c1bf4ab05ae3a4cbc72fef5d1cc9d809c.zip |
- Chase misc/sword libbump
- Bump PORTREVISION
Diffstat (limited to 'misc/bibletime')
-rw-r--r-- | misc/bibletime/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index 512c1f669d29..0e70e4aec6a9 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -7,13 +7,14 @@ PORTNAME= bibletime PORTVERSION= 1.6.5.1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= SF MAINTAINER= tabthorpe@FreeBSD.org COMMENT= A powerful Bible study application for KDE3 -RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.5.10.so:${PORTSDIR}/misc/sword \ +RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.5.11.so:${PORTSDIR}/misc/sword \ ${LOCALBASE}/lib/libclucene.so:${PORTSDIR}/textproc/clucene BUILD_DEPENDS= ${RUN_DEPENDS} |