diff options
author | crees <crees@FreeBSD.org> | 2011-10-22 22:49:11 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-10-22 22:49:11 +0800 |
commit | af093de88c41458f75e1e0c922287c03d0810c6b (patch) | |
tree | f1513a3030185d6af6ff2e719ac70b2c4a6b41da | |
parent | 8f07c276339d54b355fdf0fa9cc57448e85bbd2c (diff) | |
download | freebsd-ports-gnome-af093de88c41458f75e1e0c922287c03d0810c6b.tar.gz freebsd-ports-gnome-af093de88c41458f75e1e0c922287c03d0810c6b.tar.zst freebsd-ports-gnome-af093de88c41458f75e1e0c922287c03d0810c6b.zip |
Remove OPTION for and dependency on devel/boost-pyste in preparation for
devel/boost-pyste 's removal
-rw-r--r-- | devel/boost-all/Makefile | 5 |
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 |