diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-04 14:57:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-04 14:57:04 +0000 |
commit | ef8b1a8ca7b699fce89397e36424a18e8ecfad09 (patch) | |
tree | 68d37b007fa21b93aea07dd968552ecd339dc8c1 /graphics/gegl | |
parent | d967d4cc120524dd436ae53691f4688e31e2e37b (diff) |
- Chase libopenraw shbump
Notes
Notes:
svn path=/head/; revision=233205
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 |