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/gthumb | |
parent | d967d4cc120524dd436ae53691f4688e31e2e37b (diff) |
- Chase libopenraw shbump
Notes
Notes:
svn path=/head/; revision=233205
Diffstat (limited to 'graphics/gthumb')
-rw-r--r-- | graphics/gthumb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 3bc98568e27b..223f0fb0238d 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -51,7 +51,7 @@ CONFIGURE_ARGS+=--disable-iptcdata .endif .if defined(WITH_OPENRAW) -LIB_DEPENDS+= openrawgnome.5:${PORTSDIR}/graphics/libopenraw +LIB_DEPENDS+= openrawgnome.6:${PORTSDIR}/graphics/libopenraw CONFIGURE_ARGS+=--enable-libopenraw .else CONFIGURE_ARGS+=--disable-libopenraw |