summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
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"