diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-30 01:39:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-30 01:39:44 +0000 |
commit | c7a0ae5f5e8024b67dd062a40e2e9c7ae9c8d7c7 (patch) | |
tree | 971d9aa273cf81409a78073351fa60cd2308c4f6 /graphics/gthumb2 | |
parent | Update to 2.02 which fixes the panel size with large fonts. (diff) |
More libexif shared lib chasing.
Reminded by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=85884
Diffstat (limited to 'graphics/gthumb2')
-rw-r--r-- | graphics/gthumb2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gthumb2/Makefile b/graphics/gthumb2/Makefile index a2441bd28f09..7d37a94c90dd 100644 --- a/graphics/gthumb2/Makefile +++ b/graphics/gthumb2/Makefile @@ -31,7 +31,7 @@ MAN1= gthumb.1 .include <bsd.port.pre.mk> .if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.9) -LIB_DEPENDS+= exif.8:${PORTSDIR}/graphics/libexif +LIB_DEPENDS+= exif.9:${PORTSDIR}/graphics/libexif .endif .include <bsd.port.post.mk> |