diff options
author | drochner <drochner@pkgsrc.org> | 2011-02-25 20:46:11 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-02-25 20:46:11 +0000 |
commit | 4f928dc3d5192bb14065208ed5e07d892b1f077c (patch) | |
tree | 9be0a8c85f6986c81473417ff138da84727cc0c8 /devel/dconf | |
parent | 3df127b351a0e050068e23cb09e305a9fc88720f (diff) | |
download | pkgsrc-4f928dc3d5192bb14065208ed5e07d892b1f077c.tar.gz |
needs lang/vala to build, from Ryo ONODERA per PR pkg/44636
(the files generated by valac seem to be present in the distribution,
mut the build logics is too stupid to allow a build without it)
Diffstat (limited to 'devel/dconf')
-rw-r--r-- | devel/dconf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index 0536e5c44a0..13be0970207 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/01/12 13:52:09 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2011/02/25 20:46:11 drochner Exp $ # DISTNAME= dconf-0.5.1 @@ -13,6 +13,8 @@ COMMENT= Backend for gsettings PKG_DESTDIR_SUPPORT= user-destdir +BUILD_DEPENDS+= vala-[0-9]*:../../lang/vala + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-editor USE_LIBTOOL= yes |