diff options
author | drochner <drochner@pkgsrc.org> | 2012-02-09 19:25:04 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-02-09 19:25:04 +0000 |
commit | b9ee519da65221117d556bfdca0c7c2f905f7e37 (patch) | |
tree | f27dbed4c53358db293fd98fa8c8575675255feb /www/midori/Makefile | |
parent | 0dba5573dfd6ee28acc3b2a5beaa748f7e428a32 (diff) | |
download | pkgsrc-b9ee519da65221117d556bfdca0c7c2f905f7e37.tar.gz |
make sure this picks up the exact vala version
(it would build with 0.14 as well, but for pkgsrc we should be strict)
Diffstat (limited to 'www/midori/Makefile')
-rw-r--r-- | www/midori/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile index 5e71736b979..ee10426d0c1 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2012/02/06 12:41:53 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2012/02/09 19:25:04 drochner Exp $ DISTNAME= midori-0.4.3 PKGREVISION= 2 @@ -40,6 +40,8 @@ OWN_DIRS+= ${PKG_SYSCONFDIR}/xdg/midori/extensions/adblock CONF_FILES+= ${EGDIR}/extensions/adblock/config \ ${PKG_SYSCONFDIR}/xdg/midori/extensions/adblock/config +CONFIGURE_ENV= VALAC=${VALAC} + # XXX stupid hack. python has a marshal.h that gets included before # the local marshal.h SUBST_CLASSES+= marshal marshal2 @@ -71,5 +73,6 @@ BUILDLINK_API_DEPENDS.libsoup24+=libsoup24>=2.26.0 .include "../../x11/libunique/buildlink3.mk" .include "../../sysutils/libnotify/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" +BUILDLINK_DEPMETHOD.vala= build .include "../../lang/vala/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |