diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-11-22 08:53:18 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-11-22 08:53:18 +0000 |
commit | 7653821e531268c8914ef52c0431acf43f7c6e3c (patch) | |
tree | 5bcd838bbeee663dd0266692dc31a51a8c1b2ca2 /graphics/gimp-app | |
parent | f3b3295041633e2a3f3597f32573dea3a04e7abc (diff) |
Notes
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 |