diff options
| author | wiz <wiz@pkgsrc.org> | 2014-05-17 16:10:41 +0000 |
|---|---|---|
| committer | wiz <wiz@pkgsrc.org> | 2014-05-17 16:10:41 +0000 |
| commit | cba246085bf96fdb69fc4ae82fe37d097fbba67e (patch) | |
| tree | 820e44eed2af43f47867f608c64ff8d3b11ebd04 /devel/boost-python | |
| parent | 2bed89413cd805535eb1364de9642bf70b4aff92 (diff) | |
| download | pkgsrc-cba246085bf96fdb69fc4ae82fe37d097fbba67e.tar.gz | |
Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.
I probably bumped too many. I hope I got them all.
Diffstat (limited to 'devel/boost-python')
| -rw-r--r-- | devel/boost-python/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/boost-python/Makefile b/devel/boost-python/Makefile index cc6f8a68f28..b053dac9f92 100644 --- a/devel/boost-python/Makefile +++ b/devel/boost-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/10/31 11:16:42 asau Exp $ +# $NetBSD: Makefile,v 1.24 2014/05/17 16:10:42 wiz Exp $ BOOST_PACKAGE= python BOOST_COMMENT= (Boost.Python binary library) @@ -8,6 +8,8 @@ INSTALLATION_DIRS+= lib .include "../../meta-pkgs/boost/Makefile.common" +PKGREVISION= 1 + BJAM_ARGS+= --user-config=${WRKSRC}/user-config.jam BJAM_ARGS+= --with-python MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC} |
