diff options
author | pav <pav@FreeBSD.org> | 2009-03-11 00:37:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-03-11 00:37:27 +0800 |
commit | 73b91843a29d183c918877d2341cc9ed9f4f6ae2 (patch) | |
tree | 281763a42f8e2498a27cba092c37458ddf3d539b /graphics | |
parent | 311cf852c1bf20b9d5428094d4db0061e6d54691 (diff) | |
download | freebsd-ports-gnome-73b91843a29d183c918877d2341cc9ed9f4f6ae2.tar.gz freebsd-ports-gnome-73b91843a29d183c918877d2341cc9ed9f4f6ae2.tar.zst freebsd-ports-gnome-73b91843a29d183c918877d2341cc9ed9f4f6ae2.zip |
- Unbreak after gegl update
Pointy hat to: gahr
Diffstat (limited to 'graphics')
-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 4f28b367d547..1f474fa9b68f 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -8,7 +8,7 @@ PORTNAME= gimp-app DISTVERSION= 2.6.5 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -34,7 +34,7 @@ LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ lcms.1:${PORTSDIR}/graphics/lcms \ - gegl-0.0.20:${PORTSDIR}/graphics/gegl + gegl-0.0.22:${PORTSDIR}/graphics/gegl RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes CONFLICTS= gimp-app-devel-[0-9]* |