diff options
-rw-r--r-- | graphics/gphoto2/Makefile | 4 | ||||
-rw-r--r-- | graphics/libexif-gtk/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index f8434e80afd4..bcf9e64813c1 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gphoto2 PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.gphoto.net/dist/ @@ -20,7 +20,7 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ usb-0.1.5:${PORTSDIR}/devel/libusb \ aa.1:${PORTSDIR}/graphics/aalib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - exif.7:${PORTSDIR}/graphics/libexif + exif.8:${PORTSDIR}/graphics/libexif RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes diff --git a/graphics/libexif-gtk/Makefile b/graphics/libexif-gtk/Makefile index 24d0ada55605..348f6b380455 100644 --- a/graphics/libexif-gtk/Makefile +++ b/graphics/libexif-gtk/Makefile @@ -7,13 +7,14 @@ PORTNAME= libexif-gtk PORTVERSION= 0.3.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= libexif MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= exif.7:${PORTSDIR}/graphics/libexif \ +LIB_DEPENDS= exif.8:${PORTSDIR}/graphics/libexif \ gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 USE_REINPLACE= yes |