summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2012-02-09 19:25:04 +0000
committerdrochner <drochner@pkgsrc.org>2012-02-09 19:25:04 +0000
commitac26855e8232f393ff4caa24af6ed8ea86142071 (patch)
treef27dbed4c53358db293fd98fa8c8575675255feb /www
parented90cb3a78e6e8a060ec1cfafc4287ad4febb551 (diff)
downloadpkgsrc-ac26855e8232f393ff4caa24af6ed8ea86142071.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')
-rw-r--r--www/midori/Makefile5
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"