diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-11 20:27:48 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-11 20:27:48 +0800 |
commit | dad9935ed5c333d3d792bf9af5c3dd43239af312 (patch) | |
tree | 800d24df09b6c8430530206b2db48345b5c2298f /graphics | |
parent | 7dc4f82dd2e84b43a7cf22c20edfb0fe4576ff02 (diff) | |
download | marcuscom-ports-dad9935ed5c333d3d792bf9af5c3dd43239af312.tar marcuscom-ports-dad9935ed5c333d3d792bf9af5c3dd43239af312.tar.gz marcuscom-ports-dad9935ed5c333d3d792bf9af5c3dd43239af312.tar.bz2 marcuscom-ports-dad9935ed5c333d3d792bf9af5c3dd43239af312.tar.lz marcuscom-ports-dad9935ed5c333d3d792bf9af5c3dd43239af312.tar.xz marcuscom-ports-dad9935ed5c333d3d792bf9af5c3dd43239af312.tar.zst marcuscom-ports-dad9935ed5c333d3d792bf9af5c3dd43239af312.zip |
Chase libgegl lib dump.
Reported by: Eric L. Chen <d9364104 AT mail DOT nchu DOT edu DOT tw>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12067 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-app/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 236ede96c..fbe50163d 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -3,12 +3,12 @@ # Whom: erich@FreeBSD.org # # $FreeBSD: ports/graphics/gimp-app/Makefile,v 1.232 2009/02/24 01:33:06 marcus Exp $ -# $MCom: ports/graphics/gimp-app/Makefile,v 1.30 2009/01/04 22:16:26 marcus Exp $ +# $MCom: ports/graphics/gimp-app/Makefile,v 1.32 2009/02/27 00:21:44 marcus Exp $ # PORTNAME= gimp-app DISTVERSION= 2.6.5 -PORTREVISION?= 1 +PORTREVISION?= 2 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]* |