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/telepathy-glib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chat/telepathy-glib/Makefile') diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile index e5a6ad61390..4a9d4e29c38 100644 --- a/chat/telepathy-glib/Makefile +++ b/chat/telepathy-glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2009/02/23 10:51:54 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2009/04/01 16:20:41 roy Exp $ # DISTNAME= telepathy-glib-0.7.26 @@ -21,6 +21,7 @@ PKGCONFIG_OVERRIDE+= telepathy-glib/telepathy-glib.pc.in .if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23" BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat .endif +CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN} BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0 .include "../../devel/glib2/buildlink3.mk" -- cgit v1.2.3