Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Mar 2017 19:21:17 +0000 (UTC)
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437371 - head/graphics/shotwell
Message-ID:  <201703311921.v2VJLH7F007412@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703311921.v2VJLH7F007412>