diff options
author | drochner <drochner@pkgsrc.org> | 2013-04-21 12:06:27 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2013-04-21 12:06:27 +0000 |
commit | 6944fca2b518971d54ba9f2a07f77249583fcd4c (patch) | |
tree | ba93c961ff6ad093737cf5cf919fc733c9fef9da /graphics | |
parent | 24d4a4569cf44b0f180fb1658711d0c77da47162 (diff) | |
download | pkgsrc-6944fca2b518971d54ba9f2a07f77249583fcd4c.tar.gz |
use vala020
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/shotwell-gtk3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/shotwell-gtk3/Makefile b/graphics/shotwell-gtk3/Makefile index 40b3211e253..01569064fe6 100644 --- a/graphics/shotwell-gtk3/Makefile +++ b/graphics/shotwell-gtk3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2013/04/08 16:51:59 drochner Exp $ +# $NetBSD: Makefile,v 1.16 2013/04/21 12:06:27 drochner Exp $ # DISTNAME= shotwell-0.14.1 @@ -38,7 +38,7 @@ BUILDLINK_ABI_DEPENDS.libraw+= libraw>=0.13.2 # Required for dealing with .svg icons. Spotted on a clean box .include "../../graphics/librsvg/buildlink3.mk" BUILDLINK_DEPMETHOD.vala= build -.include "../../lang/vala018/buildlink3.mk" +.include "../../lang/vala020/buildlink3.mk" .include "../../net/libsoup24/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../sysutils/dbus-glib/buildlink3.mk" |