diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-12-31 15:49:33 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-12-31 15:49:33 +0000 |
commit | ae793b854f5565132f204064e668b369441eecde (patch) | |
tree | 34e24147668d515dcfdb7df365e23baca43f041e /misc/bibletime/Makefile | |
parent | 3efcc3f4728a0fc88b79098606e06c1affe74c4c (diff) |
- Update to 2.10.0
Notes
Notes:
svn path=/head/; revision=338327
Diffstat (limited to 'misc/bibletime/Makefile')
-rw-r--r-- | misc/bibletime/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index b224c4516dc3..d97e52c80332 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= bibletime -PORTVERSION= 2.9.2 +PORTVERSION= 2.10.0 CATEGORIES= misc kde MASTER_SITES= SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/_rc/} MAINTAINER= tabthorpe@FreeBSD.org COMMENT= Open source Bible study tool @@ -11,13 +12,11 @@ COMMENT= Open source Bible study tool LICENSE= GPLv2 LIB_DEPENDS= clucene-core:${PORTSDIR}/textproc/clucene -RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.6.2.so:${PORTSDIR}/misc/sword +RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.7.0.so:${PORTSDIR}/misc/sword17 BUILD_DEPENDS:= ${RUN_DEPENDS} -CONFLICTS= bibletime-devel-2.10.* - -USES= cmake -USE_BZIP2= yes +USES= cmake:outsource +USE_XZ= yes USE_OPENSSL= yes USE_QT4= corelib dbus gui iconengines network phonon qtestlib script \ svg webkit xml linguist_build moc_build qmake_build \ |