diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-27 06:23:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-27 06:23:36 +0000 |
commit | 8d5f65b86e264005dc152292e8b652da2b4c8423 (patch) | |
tree | 5ed7b41d771de8ead23f097bf2e7a76cc753f715 /devel/boost-all | |
parent | 8e7534a621ecbd71b7b22f7d883dced4d306071f (diff) | |
download | ports-8d5f65b86e264005dc152292e8b652da2b4c8423.tar.gz ports-8d5f65b86e264005dc152292e8b652da2b4c8423.zip |
Notes
Diffstat (limited to 'devel/boost-all')
-rw-r--r-- | devel/boost-all/Makefile | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/devel/boost-all/Makefile b/devel/boost-all/Makefile index 2a67f82ab0ce..d59be43e7f00 100644 --- a/devel/boost-all/Makefile +++ b/devel/boost-all/Makefile @@ -17,26 +17,14 @@ PYTHON_DESC= Boost.Python - interfacing Python and C++ NO_BUILD= yes -.include <bsd.port.pre.mk> .include "common.mk" -.if ${PORT_OPTIONS:MLIBRARIES} -RUN_DEPENDS+= ${LOCALBASE}/lib/libboost_thread.so:${PORTSDIR}/devel/boost-libs -.endif - -.if ${PORT_OPTIONS:MJAM} -RUN_DEPENDS+= ${LOCALBASE}/bin/bjam:${PORTSDIR}/devel/boost-jam -.endif - -.if ${PORT_OPTIONS:MPYTHON} -RUN_DEPENDS+= ${LOCALBASE}/lib/libboost_python.so:${PORTSDIR}/devel/boost-python-libs -.endif - -.if ${PORT_OPTIONS:MDOCS} -RUN_DEPENDS+= ${LOCALBASE}/share/doc/boost/doc/html/index.html:${PORTSDIR}/devel/boost-docs -.endif +LIBRARIES_RUN_DEPENDS= ${LOCALBASE}/lib/libboost_thread.so:${PORTSDIR}/devel/boost-libs +JAM_RUN_DEPENDS= ${LOCALBASE}/bin/bjam:${PORTSDIR}/devel/boost-jam +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.post.mk> +.include <bsd.port.mk> |