From owner-svn-ports-head@FreeBSD.ORG Thu Jan 16 21:13:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B50386D0; Thu, 16 Jan 2014 21:13:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A15CB19DD; Thu, 16 Jan 2014 21:13:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0GLDKQ1004162; Thu, 16 Jan 2014 21:13:20 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0GLDK7p004161; Thu, 16 Jan 2014 21:13:20 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201401162113.s0GLDK7p004161@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 16 Jan 2014 21:13:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339992 - head/misc/xiphos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jan 2014 21:13:20 -0000 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