diff options
author | drochner <drochner@pkgsrc.org> | 2012-08-04 14:32:55 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-08-04 14:32:55 +0000 |
commit | a5815099a7a75f899a45df0e8fe62e81df7f5572 (patch) | |
tree | 18d93f7d6d7a17d0d0bf939a59068f1cb89cfdbf /graphics/shotwell | |
parent | 4b9059c6128deebc6796cbea40bc480bc617a790 (diff) | |
download | pkgsrc-a5815099a7a75f899a45df0e8fe62e81df7f5572.tar.gz |
this needs libraw-0.13.*
Diffstat (limited to 'graphics/shotwell')
-rw-r--r-- | graphics/shotwell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index 3b91b8f742f..879eed1bc34 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2012/06/14 07:44:20 sbd Exp $ +# $NetBSD: Makefile,v 1.33 2012/08/04 14:32:55 drochner Exp $ # DISTNAME= shotwell-0.11.6 @@ -34,7 +34,7 @@ REPLACE_SH+= configure .include "../../graphics/libgexiv2/buildlink3.mk" # 0.13.2 added shared libs BUILDLINK_ABI_DEPENDS.libraw+= libraw>=0.13.2 -.include "../../graphics/libraw/buildlink3.mk" +.include "../../graphics/libraw013/buildlink3.mk" # Required for dealing with .svg icons. Spotted on a clean box .include "../../graphics/librsvg/buildlink3.mk" BUILDLINK_API_DEPENDS.vala+= vala>=0.11.7 |