diff options
author | gahr <gahr@FreeBSD.org> | 2010-03-24 23:22:40 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-03-24 23:22:40 +0800 |
commit | 6547f27ea840661313b02478eb1929b36d56e395 (patch) | |
tree | da54fc7204134aabdc67a8df38509b937eb27590 /graphics | |
parent | 5ebd639260818198a65960b28a379468b4737dee (diff) | |
download | freebsd-ports-graphics-6547f27ea840661313b02478eb1929b36d56e395.tar.gz freebsd-ports-graphics-6547f27ea840661313b02478eb1929b36d56e395.tar.zst freebsd-ports-graphics-6547f27ea840661313b02478eb1929b36d56e395.zip |
- Chase graphics/gegl update
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-app/Makefile | 4 | ||||
-rw-r--r-- | graphics/solang/Makefile | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 3fd3ed33fca..09d36ea4f27 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -8,7 +8,7 @@ PORTNAME= gimp-app DISTVERSION= 2.6.8 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -29,7 +29,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ lcms.1:${PORTSDIR}/graphics/lcms \ - gegl-0.0.22:${PORTSDIR}/graphics/gegl + gegl-0.1:${PORTSDIR}/graphics/gegl RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes CONFLICTS= gimp-app-devel-[0-9]* diff --git a/graphics/solang/Makefile b/graphics/solang/Makefile index 5e4b17699cd..cdc50b326f5 100644 --- a/graphics/solang/Makefile +++ b/graphics/solang/Makefile @@ -7,7 +7,7 @@ PORTNAME= solang PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://rishi.fedorapeople.org/solang/ @@ -18,8 +18,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= wahjava@gmail.com COMMENT= A photo manager for GNOME -LIB_DEPENDS= gegl-0.0.22:${PORTSDIR}/graphics/gegl \ - babl-0.0.0:${PORTSDIR}/x11/babl \ +LIB_DEPENDS= gegl-0.1:${PORTSDIR}/graphics/gegl \ exiv2.7:${PORTSDIR}/graphics/exiv2 \ flickcurl.0:${PORTSDIR}/www/flickcurl \ gtkimageview.0:${PORTSDIR}/x11-toolkits/gtkimageview \ |