From ac26855e8232f393ff4caa24af6ed8ea86142071 Mon Sep 17 00:00:00 2001 From: drochner Date: Thu, 9 Feb 2012 19:25:04 +0000 Subject: make sure this picks up the exact vala version (it would build with 0.14 as well, but for pkgsrc we should be strict) --- www/midori/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'www') 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" -- cgit v1.2.3