diff options
author | adam <adam@pkgsrc.org> | 2009-10-14 06:40:07 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-10-14 06:40:07 +0000 |
commit | 591267b0ab0eaa1bb206775361e9cf01000ad74c (patch) | |
tree | 2a65d80c27e81286e4f0a0709af2329cdb155bbe /devel/boost-python/Makefile | |
parent | aa0ba26aee14567a3387155d48258d83e4f8ff3e (diff) | |
download | pkgsrc-591267b0ab0eaa1bb206775361e9cf01000ad74c.tar.gz |
Changes 1.40.0:
* Build System improvements.
* Updated Libraries: Accumulators, Asio, Circular Buffer, Foreach, Function,
Fusion, Hash, Interprocess, Intrusive, MPL, Program.Options, Proto, Random,
Serialization, Unordered, Xpressive.
Changes 1.39.0:
* New Libraries: Signals2.
* Updated Libraries: Asio, Flyweight, Foreach, Hash, Interprocess, Intrusive,
Program.Options, Proto, PtrContainer, Range, Unordered, Xpressive.
* Updated Tools: Boostbook, Quickbook.
Diffstat (limited to 'devel/boost-python/Makefile')
-rw-r--r-- | devel/boost-python/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boost-python/Makefile b/devel/boost-python/Makefile index 3f10ce6575b..8814ae06f8e 100644 --- a/devel/boost-python/Makefile +++ b/devel/boost-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2009/08/08 21:16:19 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2009/10/14 06:40:08 adam Exp $ # BOOST_PACKAGE= python @@ -18,7 +18,7 @@ PYTHON_VERSIONS_ACCEPTED= 26 25 .include "../../lang/python/application.mk" post-configure: - echo 'using python : ${PYVERSSUFFIX} :' \ + ${ECHO} 'using python : ${PYVERSSUFFIX} :' \ '${PREFIX}/bin/python${PYVERSSUFFIX} ;' \ >${WRKSRC}/user-config.jam |