summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gtk2/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-14 22:58:09 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-14 22:58:09 +0000
commit4576002d3d8ab95ed5ab2502901d8f61a5e54232 (patch)
treec0202267694926f3836938726160005984c47f12 /x11-toolkits/py-gtk2/Makefile
parent- Fix build (diff)
- Pass actual python version to configure script. This is needed to support
several parallel python version on a single machine PR: ports/104560 Submitted by: vd
Notes
Notes: svn path=/head/; revision=187410
Diffstat (limited to 'x11-toolkits/py-gtk2/Makefile')
-rw-r--r--x11-toolkits/py-gtk2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile
index 4e5ee80a27df..28aa9cf6f9d9 100644
--- a/x11-toolkits/py-gtk2/Makefile
+++ b/x11-toolkits/py-gtk2/Makefile
@@ -31,7 +31,8 @@ USE_PYTHON= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-lintl"
+ LIBS="-lintl" \
+ PYTHON="${PYTHON_VERSION}"
CONFIGURE_ARGS= --disable-docs
LDFLAGS+= -L${LOCALBASE}/lib