svn commit: r336147 - head/misc/bibletime
Thomas Abthorpe
tabthorpe at FreeBSD.org
Wed Dec 11 05:43:26 UTC 2013
Author: tabthorpe
Date: Wed Dec 11 05:43:25 2013
New Revision: 336147
URL: http://svnweb.freebsd.org/changeset/ports/336147
Log:
- Explicitly depend on sword 1.6.2
- Add CONFLICTS for soon to be added 2.10
Modified:
head/misc/bibletime/Makefile
Modified: head/misc/bibletime/Makefile
==============================================================================
--- head/misc/bibletime/Makefile Wed Dec 11 05:37:11 2013 (r336146)
+++ head/misc/bibletime/Makefile Wed Dec 11 05:43:25 2013 (r336147)
@@ -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
+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}
USES= cmake
USE_BZIP2= yes
More information about the svn-ports-all
mailing list