1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Remove OPTION for and dependency on devel/boost-pyste in preparation for

devel/boost-pyste 's removal
This commit is contained in:
Chris Rees 2011-10-22 14:49:11 +00:00
parent 76112f209b
commit 9acba97146
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284105

View File

@ -16,7 +16,6 @@ COMMENT?= The "meta-port" for boost libraries
OPTIONS= JAM "Boost.Jam - Build tool from the boost.org" on \
LIBRARIES "Free portable C++ libraries" on \
PYTHON "Boost.Python - interfacing Python and C++" off \
PYSTE "Boost.Pyste - Boost.Python code generator" off \
DOCS "Documentation & examples" on
NO_BUILD= yes
@ -36,10 +35,6 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/bjam:${PORTSDIR}/devel/boost-jam
RUN_DEPENDS+= ${LOCALBASE}/lib/libboost_python.so:${PORTSDIR}/devel/boost-python-libs
.endif
.if !defined(WITHOUT_PYSTE)
RUN_DEPENDS+= ${LOCALBASE}/bin/pyste.py:${PORTSDIR}/devel/boost-pyste
.endif
.if !defined(WITHOUT_DOCS)
RUN_DEPENDS+= ${LOCALBASE}/share/doc/boost/doc/html/index.html:${PORTSDIR}/devel/boost-docs
.endif