svn commit: r339992 - head/misc/xiphos

Thomas Abthorpe tabthorpe at FreeBSD.org
Thu Jan 16 21:13:20 UTC 2014


Author: tabthorpe
Date: Thu Jan 16 21:13:20 2014
New Revision: 339992
URL: http://svnweb.freebsd.org/changeset/ports/339992
QAT: https://qat.redports.org/buildarchive/r339992/

Log:
  - Properly switch to misc/sword
  - Utilise LIB_DEPENDS
  
  Submitted by:	erwinbot, portsanp build bot
  Pointyhat to:	tabthorpe

Modified:
  head/misc/xiphos/Makefile

Modified: head/misc/xiphos/Makefile
==============================================================================
--- head/misc/xiphos/Makefile	Thu Jan 16 21:12:53 2014	(r339991)
+++ head/misc/xiphos/Makefile	Thu Jan 16 21:13:20 2014	(r339992)
@@ -10,13 +10,13 @@ COMMENT=	A bible interface utilizing the
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	${LOCALBASE}/lib/libsword-1.7.2.so:${PORTSDIR}/misc/sword17 \
-		yelp:${PORTSDIR}/x11/yelp
+RUN_DEPENDS=	yelp:${PORTSDIR}/x11/yelp
 BUILD_DEPENDS:=	${RUN_DEPENDS} \
 		docbook2html:${PORTSDIR}/textproc/docbook-utils \
 		gnome-doc-tool:${PORTSDIR}/textproc/gnome-doc-utils \
 		nspr>=4.8:${PORTSDIR}/devel/nspr
-LIB_DEPENDS=	webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2
+LIB_DEPENDS=	webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \
+		libsword.so:${PORTSDIR}/misc/sword
 
 USE_PYTHON_BUILD=	yes
 USES=		gettext pkgconfig


More information about the svn-ports-all mailing list