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 | |
parent | 2541ae774c75740677d953a570c60931619d6d65 (diff) | |
download | pkgsrc-cb1d8723beec503b30731ed10db73ce00bd72e50.tar.gz |
We need to tell configure which python binary to use.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/empathy/distinfo | 3 | ||||
-rw-r--r-- | chat/libtelepathy/Makefile | 5 | ||||
-rw-r--r-- | chat/telepathy-gabble/Makefile | 3 | ||||
-rw-r--r-- | chat/telepathy-glib/Makefile | 3 | ||||
-rw-r--r-- | chat/telepathy-idle/Makefile | 3 | ||||
-rw-r--r-- | chat/telepathy-mission-control/Makefile | 5 |
6 files changed, 16 insertions, 6 deletions
diff --git a/chat/empathy/distinfo b/chat/empathy/distinfo index b99cd04d176..f39de0dddf0 100644 --- a/chat/empathy/distinfo +++ b/chat/empathy/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2009/03/22 19:01:37 wiz Exp $ +$NetBSD: distinfo,v 1.4 2009/04/01 16:20:40 roy Exp $ SHA1 (empathy-2.24.1.tar.gz) = c2962c01b12e946bca4f2ee4585e8a98a29689e4 RMD160 (empathy-2.24.1.tar.gz) = 20e16355c7e9df02f7692d3ae7511d91f9f0c5e7 Size (empathy-2.24.1.tar.gz) = 2475921 bytes +SHA1 (patch-aa) = 764e4d75441e75de4053dcdf3e18628feebe05ac diff --git a/chat/libtelepathy/Makefile b/chat/libtelepathy/Makefile index c914cf71f54..dbac71ba0bc 100644 --- a/chat/libtelepathy/Makefile +++ b/chat/libtelepathy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/02/09 22:56:21 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/04/01 16:20:41 roy Exp $ # DISTNAME= libtelepathy-0.3.3 @@ -16,6 +16,9 @@ USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= libtelepathy.pc.in +.include "../../lang/python/pyversion.mk" +CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN} + .include "../../chat/telepathy-glib/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.10.0 .include "../../devel/glib2/buildlink3.mk" 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" 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" diff --git a/chat/telepathy-idle/Makefile b/chat/telepathy-idle/Makefile index f2e55805b87..bd6a81906a1 100644 --- a/chat/telepathy-idle/Makefile +++ b/chat/telepathy-idle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/02/23 10:59:02 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2009/04/01 16:20:41 roy Exp $ # DISTNAME= telepathy-idle-0.1.3 @@ -22,6 +22,7 @@ CONFIGURE_ARGS+= OPENSSL_LIBS="-L${BUILDLINK_PREFIX.openssl}/lib ${COMPILER_RPAT .if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23" BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat .endif +CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN} .include "../../chat/telepathy-glib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" diff --git a/chat/telepathy-mission-control/Makefile b/chat/telepathy-mission-control/Makefile index 16e9a26ceac..ab17146e08b 100644 --- a/chat/telepathy-mission-control/Makefile +++ b/chat/telepathy-mission-control/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/02/09 22:56:22 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/04/01 16:20:41 roy Exp $ # DISTNAME= telepathy-mission-control-4.67 @@ -18,6 +18,9 @@ PKGCONFIG_OVERRIDE+= libmcclient.pc.in PKGCONFIG_OVERRIDE+= libmissioncontrol.pc.in PKGCONFIG_OVERRIDE+= mission-control.pc.in +.include "../../lang/python/pyversion.mk" +CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN} + .include "../../chat/libtelepathy/buildlink3.mk" .include "../../chat/telepathy-glib/buildlink3.mk" .include "../../devel/GConf/schemas.mk" |