Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2013 05:54:45 +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: r336148 - head/misc/bibletime
Message-ID:  <201312110554.rBB5sjLF013941@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tabthorpe
Date: Wed Dec 11 05:54:45 2013
New Revision: 336148
URL: http://svnweb.freebsd.org/changeset/ports/336148

Log:
  - Revert to previous version
  
  Submitted by:	FreshPorts Sanity checking daemon

Modified:
  head/misc/bibletime/Makefile

Modified: head/misc/bibletime/Makefile
==============================================================================
--- head/misc/bibletime/Makefile	Wed Dec 11 05:43:25 2013	(r336147)
+++ head/misc/bibletime/Makefile	Wed Dec 11 05:54:45 2013	(r336148)
@@ -10,11 +10,8 @@ COMMENT=	Open source Bible study tool
 
 LICENSE=	GPLv2
 
-CONFLICTS=	bibletime-2.10.*
-
-LIB_DEPENDS=	libclucene-core.so:${PORTSDIR/textproc/clucene
-RUN_DEPENDS=	${LOCALBASE}/lib/libsword-1.6.2.so:${PORTSDIR}/misc/sword
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+LIB_DEPENDS=	libsword.so:${PORTSDIR}/misc/sword \
+		libclucene-core.so:${PORTSDIR}/textproc/clucene
 
 USES=		cmake
 USE_BZIP2=	yes



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