svn commit: r336186 - head/misc/bibletime

Thomas Abthorpe tabthorpe at FreeBSD.org
Wed Dec 11 18:05:35 UTC 2013


Author: tabthorpe
Date: Wed Dec 11 18:05:34 2013
New Revision: 336186
URL: http://svnweb.freebsd.org/changeset/ports/336186

Log:
  - Explicity depend on libsword-1.6.2.so
  - Fix LIB_DEPENDS for clucene
  - Add CONFLICTS for soon to be added bibletime-devel

Modified:
  head/misc/bibletime/Makefile

Modified: head/misc/bibletime/Makefile
==============================================================================
--- head/misc/bibletime/Makefile	Wed Dec 11 17:31:22 2013	(r336185)
+++ head/misc/bibletime/Makefile	Wed Dec 11 18:05:34 2013	(r336186)
@@ -10,8 +10,11 @@ COMMENT=	Open source Bible study tool
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libsword.so:${PORTSDIR}/misc/sword \
-		libclucene-core.so:${PORTSDIR}/textproc/clucene
+LIB_DEPENDS=	clucene-core:${PORTSDIR}/textproc/clucene
+RUN_DEPENDS=	${LOCALBASE}/lib/libsword-1.6.2.so:${PORTSDIR}/misc/sword
+BUILD_DEPENDS:=	${RUN_DEPENDS}
+
+CONFLICTS=	bibletime-devel-2.10.*
 
 USES=		cmake
 USE_BZIP2=	yes


More information about the svn-ports-head mailing list