pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/meta-pkgs/boost



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug 24 19:33:44 UTC 2017

Modified Files:
        pkgsrc/meta-pkgs/boost: Makefile

Log Message:
Also depend on boost-mpi


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/meta-pkgs/boost/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/boost/Makefile
diff -u pkgsrc/meta-pkgs/boost/Makefile:1.21 pkgsrc/meta-pkgs/boost/Makefile:1.22
--- pkgsrc/meta-pkgs/boost/Makefile:1.21        Fri May 13 20:47:32 2016
+++ pkgsrc/meta-pkgs/boost/Makefile     Thu Aug 24 19:33:44 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2016/05/13 20:47:32 adam Exp $
+# $NetBSD: Makefile,v 1.22 2017/08/24 19:33:44 adam Exp $
 
 BOOST_PACKAGE= meta-pkg
 BOOST_COMMENT= (meta package)
@@ -22,6 +22,7 @@ DEPENDS+=     boost-docs-${BOOST_DEPENDS_VER
 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-mpi-${BOOST_DEPENDS_VERSION}:../../devel/boost-mpi
 DEPENDS+=      ${PYPKGPREFIX}-boost-${BOOST_DEPENDS_VERSION}:../../devel/py-boost
 
 .include "../../lang/python/pyversion.mk"



Home | Main Index | Thread Index | Old Index