Date: Sat, 28 Mar 2015 15:07:33 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382500 - head/devel/boost-all Message-ID: <201503281507.t2SF7XpZ085748@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Mar 28 15:07:32 2015 New Revision: 382500 URL: https://svnweb.freebsd.org/changeset/ports/382500 QAT: https://qat.redports.org/buildarchive/r382500/ Log: Convert to USES=metaport Modified: head/devel/boost-all/Makefile Modified: head/devel/boost-all/Makefile ============================================================================== --- head/devel/boost-all/Makefile Sat Mar 28 15:07:30 2015 (r382499) +++ head/devel/boost-all/Makefile Sat Mar 28 15:07:32 2015 (r382500) @@ -3,9 +3,7 @@ PORTNAME= boost-all -MASTER_SITES= # empty -DISTFILES= # none -EXTRACT_ONLY= # empty +USES= metaport COMMENT?= The "meta-port" for boost libraries @@ -15,9 +13,6 @@ JAM_DESC= Boost.Jam - Build tool from th LIBRARIES_DESC= Free portable C++ libraries PYTHON_DESC= Boost.Python - interfacing Python and C++ -NO_BUILD= yes -NO_MTREE= yes - .include "common.mk" LIBRARIES_RUN_DEPENDS= ${LOCALBASE}/lib/libboost_thread.so:${PORTSDIR}/devel/boost-libs @@ -25,7 +20,4 @@ JAM_RUN_DEPENDS= ${LOCALBASE}/bin/bjam:$ PYTHON_RUN_DEPENDS= ${LOCALBASE}/lib/libboost_python.so:${PORTSDIR}/devel/boost-python-libs DOCS_RUN_DEPENDS= ${LOCALBASE}/share/doc/boost/doc/html/index.html:${PORTSDIR}/devel/boost-docs -do-install: - ${DO_NADA} - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503281507.t2SF7XpZ085748>