diff options
author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2017-03-31 19:21:17 +0000 |
---|---|---|
committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2017-03-31 19:21:17 +0000 |
commit | 1e9051e265cc2c3623f8d355ff8ea5fa2e0f8e9e (patch) | |
tree | 1bafab40206156611f3ed252030799e18b054f20 | |
parent | - Update to 7.800.2 (diff) |
add missing dependency.
Approved by: rene (mentor, implicit)
-rw-r--r-- | graphics/shotwell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index bd66b444b865..21810fb28cd0 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -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 \ |