diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-23 13:56:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-23 13:56:34 +0000 |
commit | cc359e103480272a5019aba8c625305efdfeb95d (patch) | |
tree | 682dafed95c3a8c4b08e878dc629b5ed41473812 /graphics | |
parent | 56fc3fc71eb6f808330d17b246b677d111ceb012 (diff) | |
download | pkgsrc-cc359e103480272a5019aba8c625305efdfeb95d.tar.gz |
Switch to gexiv2. Bump PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/shotwell/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index c6329942210..d3ff3949234 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.69 2015/08/23 10:16:13 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2015/08/23 13:56:34 wiz Exp $ DISTNAME= shotwell-0.20.2 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= graphics MASTER_SITES= https://download.gnome.org/sources/shotwell/0.20/ EXTRACT_SUFX= .tar.xz @@ -32,8 +32,7 @@ REPLACE_SH+= configure .include "../../devel/libgphoto2/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../graphics/libexif/buildlink3.mk" -BUILDLINK_API_DEPENDS.libgexiv2+= libgexiv2>=0.4.1 -.include "../../graphics/libgexiv2/buildlink3.mk" +.include "../../graphics/gexiv2/buildlink3.mk" # 0.13.2 added shared libs BUILDLINK_ABI_DEPENDS.libraw+= libraw>=0.13.2 .include "../../graphics/libraw/buildlink3.mk" |