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 | |
parent | 112f9feb4b7b8925ee21c2242fcffd9ec51e0432 (diff) |
Notes
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 |