diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-02-26 09:22:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-02-26 09:22:37 +0000 |
commit | e895da04a6799d4db9a8d696e03223c43a72cfb3 (patch) | |
tree | a09b44b40e48fb3b48539e706973b09e39ae35dd /graphics/gthumb | |
parent | cfcd0c534b222e336f700d5f60c64b4a05590587 (diff) | |
download | ports-e895da04a6799d4db9a8d696e03223c43a72cfb3.tar.gz ports-e895da04a6799d4db9a8d696e03223c43a72cfb3.zip |
- Chase libopenraw update
Notes
Notes:
svn path=/head/; revision=207925
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 6154828aaf3e..ac13c91c9b60 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -54,7 +54,7 @@ CONFIGURE_ARGS+=--disable-iptcdata .endif .if defined(WITH_OPENRAW) -LIB_DEPENDS+= openrawgnome.4:${PORTSDIR}/graphics/libopenraw +LIB_DEPENDS+= openrawgnome.5:${PORTSDIR}/graphics/libopenraw CONFIGURE_ARGS+=--enable-libopenraw .else CONFIGURE_ARGS+=--disable-libopenraw |