summaryrefslogtreecommitdiff
path: root/chat/telepathy-glib
diff options
context:
space:
mode:
authorroy <roy>2009-04-01 16:20:40 +0000
committerroy <roy>2009-04-01 16:20:40 +0000
commit9b778934aa265fa3d4ef1182495e4bc6228f7ec0 (patch)
tree9e38939058a5b452b4378cf4e40002a5e8b4d82b /chat/telepathy-glib
parent4e533596f80d0b8027fd41a40843e554ff031034 (diff)
downloadpkgsrc-9b778934aa265fa3d4ef1182495e4bc6228f7ec0.tar.gz
We need to tell configure which python binary to use.
Diffstat (limited to 'chat/telepathy-glib')
-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"