diff options
author | gahr <gahr@FreeBSD.org> | 2011-11-22 16:53:18 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2011-11-22 16:53:18 +0800 |
commit | d4d0eccd0e35c4f19a786a7c06e1addab197b10a (patch) | |
tree | 49a5bef7b15c0f8c46788cfbffa0fdfa4514cd46 /graphics/gimp-app | |
parent | 6f7c4d55f3a4942e0975a2949e696dc96c49eebd (diff) | |
download | freebsd-ports-gnome-d4d0eccd0e35c4f19a786a7c06e1addab197b10a.tar.gz freebsd-ports-gnome-d4d0eccd0e35c4f19a786a7c06e1addab197b10a.tar.zst freebsd-ports-gnome-d4d0eccd0e35c4f19a786a7c06e1addab197b10a.zip |
- Chase graphics/gegl shlib bump
Feature safe: yes
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 4f0175209d48..3b2e16ed6d7b 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -8,7 +8,7 @@ PORTNAME= gimp-app DISTVERSION= 2.6.11 -PORTREVISION?= 4 +PORTREVISION?= 5 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -29,7 +29,7 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ lcms.1:${PORTSDIR}/graphics/lcms \ - gegl-0.1.105:${PORTSDIR}/graphics/gegl \ + gegl-0.1.107:${PORTSDIR}/graphics/gegl \ babl-0.1:${PORTSDIR}/x11/babl RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes |