diff options
author | gahr <gahr@FreeBSD.org> | 2011-03-02 00:26:19 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2011-03-02 00:26:19 +0800 |
commit | 1054a4b1c3d4b291db9f926a90dfc047253675b0 (patch) | |
tree | e6ec323b8fad7201b3674c28568360a66a19345b /graphics/gimp-app | |
parent | 62b210c1121ef3a481da6a9c455caca04383cee3 (diff) | |
download | freebsd-ports-gnome-1054a4b1c3d4b291db9f926a90dfc047253675b0.tar.gz freebsd-ports-gnome-1054a4b1c3d4b291db9f926a90dfc047253675b0.tar.zst freebsd-ports-gnome-1054a4b1c3d4b291db9f926a90dfc047253675b0.zip |
- Chase graphics/gegl shlib bump
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 b9454de7d34a..1735e7007410 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -8,7 +8,7 @@ PORTNAME= gimp-app DISTVERSION= 2.6.11 -PORTREVISION?= 0 +PORTREVISION?= 1 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:${PORTSDIR}/graphics/gegl \ + gegl-0.1.105:${PORTSDIR}/graphics/gegl \ babl-0.1:${PORTSDIR}/x11/babl RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes |