summaryrefslogtreecommitdiff
path: root/chat/telepathy-glib/Makefile
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2009-04-01 16:20:40 +0000
committerroy <roy@pkgsrc.org>2009-04-01 16:20:40 +0000
commitcb1d8723beec503b30731ed10db73ce00bd72e50 (patch)
tree9e38939058a5b452b4378cf4e40002a5e8b4d82b /chat/telepathy-glib/Makefile
parent2541ae774c75740677d953a570c60931619d6d65 (diff)
downloadpkgsrc-cb1d8723beec503b30731ed10db73ce00bd72e50.tar.gz
We need to tell configure which python binary to use.
Diffstat (limited to 'chat/telepathy-glib/Makefile')
-rw-r--r--chat/telepathy-glib/Makefile3
1 files changed, 2 insertions, 1 deletions
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"