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
commitd1d4a01dbe8fcdfa413d98afdeaa10364db4598d (patch)
tree9e38939058a5b452b4378cf4e40002a5e8b4d82b /chat/telepathy-glib
parentf29bcb45f7014ee6f64c018ecc3f3102df3ea2f1 (diff)
downloadpkgsrc-d1d4a01dbe8fcdfa413d98afdeaa10364db4598d.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"