diff options
author | dholland <dholland@pkgsrc.org> | 2013-06-18 05:52:55 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-06-18 05:52:55 +0000 |
commit | 78c6ee5652f1675ff8160251be24083c9771f2dc (patch) | |
tree | 39afc7676ef1ecd1c8a68b2a5f8b8e9ebeefe004 /graphics/shotwell | |
parent | 4e6648d78a6e1a80e17ce387ce4592e2727e0bbc (diff) | |
download | pkgsrc-78c6ee5652f1675ff8160251be24083c9771f2dc.tar.gz |
Requires devel/GConf. I'm not bumping PKGREVISION since the package is
not buildable without this.
Diffstat (limited to 'graphics/shotwell')
-rw-r--r-- | graphics/shotwell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index e3a00574209..ffa473fc9f3 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2013/06/06 12:54:35 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2013/06/18 05:52:55 dholland Exp $ # DISTNAME= shotwell-0.11.6 @@ -24,6 +24,7 @@ MAKE_ENV+= VALAC=${VALAC} REPLACE_SH+= configure .include "../../databases/sqlite3/buildlink3.mk" +.include "../../devel/GConf/buildlink3.mk" .include "../../devel/glib2/schemas.mk" .include "../../devel/libgee/buildlink3.mk" .include "../../devel/libgphoto2/buildlink3.mk" |