diff options
author | makc <makc@FreeBSD.org> | 2010-07-24 16:09:25 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-07-24 16:09:25 +0800 |
commit | e608fc984370a7bf37e12dbda06626e65211372c (patch) | |
tree | e1af7587813dd730dc2647dc1120c18a95ed72f5 | |
parent | e76d63e80e5e51811ff991be0aed6bbce0e89746 (diff) | |
download | freebsd-ports-gnome-e608fc984370a7bf37e12dbda06626e65211372c.tar.gz freebsd-ports-gnome-e608fc984370a7bf37e12dbda06626e65211372c.tar.zst freebsd-ports-gnome-e608fc984370a7bf37e12dbda06626e65211372c.zip |
Respect PYTHON_VERSION
PR: ports/146959
Submitted by: Kazunori Fujiwara <fujiwara at wide.ad.jp>
Approved by: Alexander Churanov (maintainer)
-rw-r--r-- | devel/boost-python-libs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile index 466c64b5c929..23c21ee33b0f 100644 --- a/devel/boost-python-libs/Makefile +++ b/devel/boost-python-libs/Makefile @@ -35,6 +35,7 @@ BUILD_DEPENDS+= ${BJAM}:${PORTSDIR}/devel/boost-jam post-patch: customize-boost-build do-build: + ${ECHO_CMD} "using python : " ${PYTHON_VER} ";" >> ${WRKSRC}/tools/build/v2/site-config.jam # build the library cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_OPTIONS} --prefix=${PREFIX}\ |