diff options
author | roy <roy@pkgsrc.org> | 2009-04-01 16:20:40 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2009-04-01 16:20:40 +0000 |
commit | cb1d8723beec503b30731ed10db73ce00bd72e50 (patch) | |
tree | 9e38939058a5b452b4378cf4e40002a5e8b4d82b /chat/telepathy-gabble/Makefile | |
parent | 2541ae774c75740677d953a570c60931619d6d65 (diff) | |
download | pkgsrc-cb1d8723beec503b30731ed10db73ce00bd72e50.tar.gz |
We need to tell configure which python binary to use.
Diffstat (limited to 'chat/telepathy-gabble/Makefile')
-rw-r--r-- | chat/telepathy-gabble/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/telepathy-gabble/Makefile b/chat/telepathy-gabble/Makefile index 8b1770ba383..2eae175747f 100644 --- a/chat/telepathy-gabble/Makefile +++ b/chat/telepathy-gabble/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/02/23 11:05:03 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2009/04/01 16:20:41 roy Exp $ # DISTNAME= telepathy-gabble-0.7.21 @@ -19,6 +19,7 @@ USE_TOOLS+= gmake pkg-config .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.telepathy-glib+= telepathy-glib>=0.7.23 .include "../../chat/telepathy-glib/buildlink3.mk" |