Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2014 20:47:10 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339988 - head/misc/bibletime
Message-ID:  <201401162047.s0GKlAoh092209@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tabthorpe
Date: Thu Jan 16 20:47:10 2014
New Revision: 339988
URL: http://svnweb.freebsd.org/changeset/ports/339988
QAT: https://qat.redports.org/buildarchive/r339988/

Log:
  - Chase misc/sword shlib change
  - Bump PORTREVISION

Modified:
  head/misc/bibletime/Makefile

Modified: head/misc/bibletime/Makefile
==============================================================================
--- head/misc/bibletime/Makefile	Thu Jan 16 20:46:40 2014	(r339987)
+++ head/misc/bibletime/Makefile	Thu Jan 16 20:47:10 2014	(r339988)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bibletime
 PORTVERSION=	2.10.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	misc kde
 MASTER_SITES=	SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code
 
@@ -11,9 +11,8 @@ COMMENT=	Open source Bible study tool
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	clucene-core:${PORTSDIR}/textproc/clucene
-RUN_DEPENDS=	${LOCALBASE}/lib/libsword-1.7.2.so:${PORTSDIR}/misc/sword17
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+LIB_DEPENDS=	clucene-core:${PORTSDIR}/textproc/clucene \
+		libsword.so:${PORTSDIR}/misc/sword
 
 USES=		cmake:outsource
 USE_XZ=		yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401162047.s0GKlAoh092209>