diff options
author | pav <pav@FreeBSD.org> | 2007-03-15 06:58:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-15 06:58:09 +0800 |
commit | e9dfb7c9918fa2f7e501bf2e1a8662827f6709ca (patch) | |
tree | 57a0fca35b9ff2bf230ca1de03094e0e89f668c1 /x11-toolkits/py-gtk2 | |
parent | 244fab08c8ce6b5b9f2aadbddf8caaeb7a2a37ab (diff) | |
download | freebsd-ports-gnome-e9dfb7c9918fa2f7e501bf2e1a8662827f6709ca.tar.gz freebsd-ports-gnome-e9dfb7c9918fa2f7e501bf2e1a8662827f6709ca.tar.zst freebsd-ports-gnome-e9dfb7c9918fa2f7e501bf2e1a8662827f6709ca.zip |
- 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
Diffstat (limited to 'x11-toolkits/py-gtk2')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 3 |
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 |