From c3e3e10c38c21a40714b9d2f9f93128108d9d406 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Sat, 22 Apr 2017 17:40:16 +0000 Subject: [PATCH] Add missing implicit dependencies reported by Poudriere. --- graphics/gthumb/Makefile | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 0e968f800331..a07cdcccc19b 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -4,7 +4,7 @@ PORTNAME= gthumb PORTVERSION= 3.4.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,11 +16,21 @@ LICENSE= GPLv2+ BUILD_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \ itstool:textproc/itstool +LIB_DEPENDS= libclutter-1.0.so:graphics/clutter \ + libcogl.so:graphics/cogl \ + libgstreamer-1.0.so:multimedia/gstreamer1 \ + liblcms2.so:graphics/lcms2 \ + liboauth.so:net/liboauth \ + libpng16.so:graphics/png \ + libsoup-2.4.so:devel/libsoup \ + libtiff.so:graphics/tiff RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas USES= bison compiler:c++11-lib desktop-file-utils gettext gmake \ - libtool localbase pathfix pkgconfig tar:xz -USE_GNOME= gtk30 intltool librsvg2 + jpeg libtool localbase pathfix pkgconfig tar:xz +USE_GL= egl +USE_GNOME= cairo gtk30 intltool librsvg2 +USE_XORG= x11 xcomposite xdamage xext xfixes xrandr xi GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_jpeg_jpeg_destroy_decompress=yes \ ac_cv_lib_tiff_TIFFWriteScanline=yes