diff options
author | roy <roy> | 2009-04-01 16:20:40 +0000 |
---|---|---|
committer | roy <roy> | 2009-04-01 16:20:40 +0000 |
commit | d1d4a01dbe8fcdfa413d98afdeaa10364db4598d (patch) | |
tree | 9e38939058a5b452b4378cf4e40002a5e8b4d82b /chat/telepathy-idle | |
parent | f29bcb45f7014ee6f64c018ecc3f3102df3ea2f1 (diff) | |
download | pkgsrc-d1d4a01dbe8fcdfa413d98afdeaa10364db4598d.tar.gz |
We need to tell configure which python binary to use.
Diffstat (limited to 'chat/telepathy-idle')
-rw-r--r-- | chat/telepathy-idle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |