summaryrefslogtreecommitdiff
path: root/devel/py-boost/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-boost/Makefile')
-rw-r--r--devel/py-boost/Makefile17
1 files changed, 2 insertions, 15 deletions
diff --git a/devel/py-boost/Makefile b/devel/py-boost/Makefile
index ad5ece0305d..e95c1a245f0 100644
--- a/devel/py-boost/Makefile
+++ b/devel/py-boost/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2018/11/13 12:00:33 markd Exp $
+# $NetBSD: Makefile,v 1.11 2020/01/12 10:10:04 adam Exp $
BOOST_PACKAGE= python
BOOST_COMMENT= (Boost.Python binary library)
@@ -17,15 +17,9 @@ MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC}
.include "../../devel/boost-jam/bjam.mk"
.include "../../lang/python/pyversion.mk"
-.if exists(${PYTHONBIN}m)
-M= m
-.else
-M=
-.endif
-
post-configure:
${ECHO} 'using python : ${PYVERSSUFFIX} :' \
- '${PREFIX}/bin/python${PYVERSSUFFIX} : ${PREFIX}/include/python${PYVERSSUFFIX}${M} ;' \
+ '${PREFIX}/bin/python${PYVERSSUFFIX} : ${PREFIX}/include/python${PYVERSSUFFIX} ;' \
>${WRKSRC}/user-config.jam
do-build: bjam-build
@@ -34,12 +28,5 @@ do-install: boost-install-libs
PLIST_SUBST+= PYVER=${_PYTHON_VERSION}
-#.if ${PYPKGPREFIX} != py27
-# The python3 variant also includes redundant copies of the libs
-# that conflict with the python2 variant.
-#post-install:
-# ${RM} -f ${DESTDIR}${PREFIX}/lib/libboost_python.*
-#.endif
-
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"