From owner-svn-ports-head@freebsd.org Fri Mar 31 19:21:18 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D6EBD271D9; Fri, 31 Mar 2017 19:21:18 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49655B16; Fri, 31 Mar 2017 19:21:18 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2VJLHVQ007413; Fri, 31 Mar 2017 19:21:17 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2VJLH7F007412; Fri, 31 Mar 2017 19:21:17 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201703311921.v2VJLH7F007412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Fri, 31 Mar 2017 19:21:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437371 - head/graphics/shotwell 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.23 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: Fri, 31 Mar 2017 19:21:18 -0000 Author: cmt Date: Fri Mar 31 19:21:17 2017 New Revision: 437371 URL: https://svnweb.freebsd.org/changeset/ports/437371 Log: add missing dependency. Approved by: rene (mentor, implicit) Modified: head/graphics/shotwell/Makefile Modified: head/graphics/shotwell/Makefile ============================================================================== --- head/graphics/shotwell/Makefile Fri Mar 31 18:05:21 2017 (r437370) +++ head/graphics/shotwell/Makefile Fri Mar 31 19:21:17 2017 (r437371) @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= vala>=0.20.1:lang/vala \ bash:shells/bash \ itstool:textproc/itstool -LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ +LIB_DEPENDS= libappstream-glib.so:devel/appstream-glib \ + libdbus-glib-1.so:devel/dbus-glib \ libexiv2.so:graphics/exiv2 \ libgcr-ui-3.so:security/gcr \ libgdata.so:devel/libgdata \