diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-13 15:08:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-13 15:08:54 +0000 |
commit | af9cef783f3a7bb5ac447e77d61a3cf2b278d9d4 (patch) | |
tree | 400750ddb0547865aab684acc2464e9307c1ea8a /meta-pkgs/boost | |
parent | e320fe2fa8ec0d51f8b0ba73e900df0d95dc8bd3 (diff) | |
download | pkgsrc-af9cef783f3a7bb5ac447e77d61a3cf2b278d9d4.tar.gz |
Rename boost-python to py-boost and make it a proper multi-version package.
Diffstat (limited to 'meta-pkgs/boost')
-rw-r--r-- | meta-pkgs/boost/Makefile | 5 | ||||
-rw-r--r-- | meta-pkgs/boost/Makefile.common | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/meta-pkgs/boost/Makefile b/meta-pkgs/boost/Makefile index 8a2aca252c3..14d80b6ece9 100644 --- a/meta-pkgs/boost/Makefile +++ b/meta-pkgs/boost/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/04/17 14:04:47 adam Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/13 15:08:55 wiz Exp $ BOOST_PACKAGE= meta-pkg BOOST_COMMENT= (meta package) @@ -22,6 +22,7 @@ DEPENDS+= boost-docs-${BOOST_DEPENDS_VERSION}:../../devel/boost-docs DEPENDS+= boost-headers-${BOOST_DEPENDS_VERSION}:../../devel/boost-headers DEPENDS+= boost-jam-${BOOST_DEPENDS_VERSION}:../../devel/boost-jam DEPENDS+= boost-libs-${BOOST_DEPENDS_VERSION}:../../devel/boost-libs -DEPENDS+= boost-python-${BOOST_DEPENDS_VERSION}:../../devel/boost-python +DEPENDS+= ${PYPKGPREFIX}-boost-${BOOST_DEPENDS_VERSION}:../../devel/py-boost +.include "../../lang/python/pyversion.mk" .include "../../mk/bsd.pkg.mk" diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common index c69099eb1d1..30666feba6a 100644 --- a/meta-pkgs/boost/Makefile.common +++ b/meta-pkgs/boost/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.52 2015/04/27 20:01:27 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.53 2015/07/13 15:08:55 wiz Exp $ # # used by devel/boost-build/Makefile # used by devel/boost-docs/Makefile # used by devel/boost-jam/Makefile # used by devel/boost-headers/Makefile # used by devel/boost-libs/Makefile -# used by devel/boost-python/Makefile +# used by devel/py-boost/Makefile BOOST_PACKAGE?= undefined BOOST_COMMENT?= undefined |