diff options
author | joerg <joerg> | 2012-04-07 11:29:27 +0000 |
---|---|---|
committer | joerg <joerg> | 2012-04-07 11:29:27 +0000 |
commit | 8d44428b2dfabc14784d25b7452be1004fe3e6c2 (patch) | |
tree | 6f5f011f13d7d9d843bf16aee706c30afd213989 /geography/emerillon/Makefile | |
parent | 3ebe24e227a286452ba05dd301056d1a65bedfd2 (diff) | |
download | pkgsrc-8d44428b2dfabc14784d25b7452be1004fe3e6c2.tar.gz |
Fix build with newer vala and glib.
Diffstat (limited to 'geography/emerillon/Makefile')
-rw-r--r-- | geography/emerillon/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/geography/emerillon/Makefile b/geography/emerillon/Makefile index 15e815ce658..5dc23085070 100644 --- a/geography/emerillon/Makefile +++ b/geography/emerillon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/03/03 00:13:09 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2012/04/07 11:29:27 joerg Exp $ # DISTNAME= emerillon-0.1.2 @@ -26,6 +26,10 @@ GCONF_SCHEMAS= emerillon.schemas BUILD_DEPENDS+= vala-[0-9]*:../../lang/vala +CONFIGURE_ARGS+= VALAC=${PREFIX}/bin/valac-0.12 + +BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED + .include "../../textproc/gnome-doc-utils/buildlink3.mk" .include "../../devel/GConf/schemas.mk" .include "../../devel/glib2/buildlink3.mk" |