diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-30 09:39:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-30 09:39:44 +0800 |
commit | ee2cf33d3693f78602049460474cb922ef8dcc97 (patch) | |
tree | ebf4d7afaac102824ff4fada63d6a517c5244510 /graphics | |
parent | 9fe4d31226cfd8eff21f94d6fa2dc818aee0f14f (diff) | |
download | freebsd-ports-gnome-ee2cf33d3693f78602049460474cb922ef8dcc97.tar.gz freebsd-ports-gnome-ee2cf33d3693f78602049460474cb922ef8dcc97.tar.zst freebsd-ports-gnome-ee2cf33d3693f78602049460474cb922ef8dcc97.zip |
More libexif shared lib chasing.
Reminded by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gthumb2/Makefile | 2 | ||||
-rw-r--r-- | graphics/libexif-gtk/Makefile | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/graphics/libexif-gtk/Makefile b/graphics/libexif-gtk/Makefile index fa4c6591ae55..178bdd6fb7f7 100644 --- a/graphics/libexif-gtk/Makefile +++ b/graphics/libexif-gtk/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= libexif MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ widgets to display/edit EXIF tags -LIB_DEPENDS= exif.8:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= exif.9:${PORTSDIR}/graphics/libexif USE_REINPLACE= yes USE_GNOME= gnomehack gtk20 |