From cb1d8723beec503b30731ed10db73ce00bd72e50 Mon Sep 17 00:00:00 2001 From: roy Date: Wed, 1 Apr 2009 16:20:40 +0000 Subject: We need to tell configure which python binary to use. --- chat/libtelepathy/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'chat/libtelepathy') diff --git a/chat/libtelepathy/Makefile b/chat/libtelepathy/Makefile index c914cf71f54..dbac71ba0bc 100644 --- a/chat/libtelepathy/Makefile +++ b/chat/libtelepathy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/02/09 22:56:21 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/04/01 16:20:41 roy Exp $ # DISTNAME= libtelepathy-0.3.3 @@ -16,6 +16,9 @@ USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= libtelepathy.pc.in +.include "../../lang/python/pyversion.mk" +CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN} + .include "../../chat/telepathy-glib/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.10.0 .include "../../devel/glib2/buildlink3.mk" -- cgit v1.2.3