Date: Thu, 16 Jan 2014 21:13:20 +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: r339992 - head/misc/xiphos Message-ID: <201401162113.s0GLDK7p004161@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401162113.s0GLDK7p004161>