diff options
author | pav <pav@FreeBSD.org> | 2009-05-04 22:57:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-05-04 22:57:04 +0800 |
commit | cb25912d3b76613e1899713cf697e967becdb27a (patch) | |
tree | d3f504ef688d76683c5f0c0d9f4577c5991b98d4 /graphics/gegl | |
parent | 8ec863cdb9854e0ed7d782407f333388843df28f (diff) | |
download | freebsd-ports-gnome-cb25912d3b76613e1899713cf697e967becdb27a.tar.gz freebsd-ports-gnome-cb25912d3b76613e1899713cf697e967becdb27a.tar.zst freebsd-ports-gnome-cb25912d3b76613e1899713cf697e967becdb27a.zip |
- Chase libopenraw shbump
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 94532b181bdb..9583d2f93423 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -7,7 +7,7 @@ PORTNAME= gegl PORTVERSION= 0.0.${GEGL_MINOR} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.0/ @@ -87,7 +87,7 @@ PLIST_SUB+= OPENEXR="@comment " .endif .if !defined(WITHOUT_OPENRAW) -LIB_DEPENDS+= openraw.5:${PORTSDIR}/graphics/libopenraw +LIB_DEPENDS+= openraw.6:${PORTSDIR}/graphics/libopenraw PLIST_SUB+= OPENRAW="" .else CONFIGURE_ARGS+=--without-libopenraw |