svn commit: r437371 - head/graphics/shotwell

Christoph Moench-Tegeder cmt at FreeBSD.org
Fri Mar 31 19:21:18 UTC 2017


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 \


More information about the svn-ports-all mailing list