aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-all
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2011-10-22 14:49:11 +0000
committerChris Rees <crees@FreeBSD.org>2011-10-22 14:49:11 +0000
commit9acba9714643b24d130052dd56f05048178ca382 (patch)
treef2ed4fbbc8a2b7c16187c0385ce41868aa1658c6 /devel/boost-all
parent76112f209b2c65873cdee879ab08858e0070715f (diff)
downloadports-9acba9714643b24d130052dd56f05048178ca382.tar.gz
ports-9acba9714643b24d130052dd56f05048178ca382.zip
Notes
Diffstat (limited to 'devel/boost-all')
-rw-r--r--devel/boost-all/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/devel/boost-all/Makefile b/devel/boost-all/Makefile
index 2ae28b9bcd74..9dfc2c3c39a7 100644
--- a/devel/boost-all/Makefile
+++ b/devel/boost-all/Makefile
@@ -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