diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-05-21 12:55:47 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-05-21 12:55:47 +0000 |
commit | 4a8286685618eaaf6018ab417aadd95ff6787678 (patch) | |
tree | 1fa69c07abd8c24a7068de55aa3af51c9efccbce /misc/bibletime-kde3 | |
parent | 9124e108e4c4105a5774171a180a9d969b54cf54 (diff) | |
download | ports-4a8286685618eaaf6018ab417aadd95ff6787678.tar.gz ports-4a8286685618eaaf6018ab417aadd95ff6787678.zip |
Notes
Diffstat (limited to 'misc/bibletime-kde3')
-rw-r--r-- | misc/bibletime-kde3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/bibletime-kde3/Makefile b/misc/bibletime-kde3/Makefile index 512c1f669d29..0e70e4aec6a9 100644 --- a/misc/bibletime-kde3/Makefile +++ b/misc/bibletime-kde3/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} |