diff options
author | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
commit | 951c1f5d1c7354f058f5919d858dbb0c174dc73e (patch) | |
tree | 6146e775343aaf339921799078894a48fef9aa15 /graphics/eog-plugins/Makefile | |
parent | c9b47f0427d70ba42c2d53271f8b64b8e8096825 (diff) | |
download | ports-951c1f5d1c7354f058f5919d858dbb0c174dc73e.tar.gz ports-951c1f5d1c7354f058f5919d858dbb0c174dc73e.zip |
Notes
Diffstat (limited to 'graphics/eog-plugins/Makefile')
-rw-r--r-- | graphics/eog-plugins/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile index b38fe0fb9fc1..28029001ffe2 100644 --- a/graphics/eog-plugins/Makefile +++ b/graphics/eog-plugins/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eog-plugins -PORTVERSION= 3.16.6 +PORTVERSION= 3.26.2 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -18,12 +18,17 @@ LIB_DEPENDS= libgdata.so:devel/libgdata \ libjson-glib-1.0.so:devel/json-glib \ libsoup-2.4.so:devel/libsoup \ libexif.so:graphics/libexif \ - libpeas-1.0.so:devel/libpeas + libpeas-1.0.so:devel/libpeas \ + libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ + libclutter-1.0.so:graphics/clutter \ + libcogl.so:graphics/cogl \ + libjson-glib-1.0.so:devel/json-glib \ + libsoup-2.4.so:devel/libsoup RUN_DEPENDS= eog:graphics/eog PORTSCOUT= limitw:1,even -USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection libxml2 +USE_GNOME= cairo gdkpixbuf2 gtk30 introspection libxml2 USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz GNU_CONFIGURE= yes INSTALL_TARGET= install-strip |