summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-07-20 11:22:23 +0000
committerdrochner <drochner@pkgsrc.org>2007-07-20 11:22:23 +0000
commit84c1e53427629cba4b4def5d428442bdc9c09af3 (patch)
tree3a59dacf51068968aecc7c98d5a45da5cf07cb45 /graphics
parent5e9f7cd370256d6895264c98256aa626a5098ef8 (diff)
downloadpkgsrc-84c1e53427629cba4b4def5d428442bdc9c09af3.tar.gz
force "configure" to check for the same Python version as used by
distutils later, should fix the failing test seen in a DragonFly bulk build
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-gtkglext/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-gtkglext/Makefile b/graphics/py-gtkglext/Makefile
index f909b6ffd65..d27e15c4167 100644
--- a/graphics/py-gtkglext/Makefile
+++ b/graphics/py-gtkglext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/07/13 15:01:27 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2007/07/20 11:22:23 drochner Exp $
#
DISTNAME= pygtkglext-1.1.0
@@ -12,6 +12,7 @@ HOMEPAGE= http://gtkglext.sourceforge.net/
COMMENT= Python bindings for gtkglext
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PYDISTUTILSPKG= yes