diff options
-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 \ |