diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2019-12-01 15:56:04 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2019-12-01 15:56:04 +0000 |
commit | 773733555c5faf6ff18875b3fe9866f3b852b44c (patch) | |
tree | 430e951c8b31249acbe00aed40f61c501f0f9ec9 | |
parent | emulators/qemu-utils: switch maintainer to Ken (diff) |
science/tfel: completely disable the PYTHON option.
It is causing too much pkg-fallout so leave it for further investigation.
Approved by: thierry (mentor)
Notes
Notes:
svn path=/head/; revision=518783
-rw-r--r-- | science/tfel/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/science/tfel/Makefile b/science/tfel/Makefile index c4e450b21068..921723d9dc8f 100644 --- a/science/tfel/Makefile +++ b/science/tfel/Makefile @@ -17,15 +17,14 @@ RUN_DEPENDS= gnuplot:math/gnuplot USES= cmake compiler:c++0x tar:bzip2 -OPTIONS_DEFINE= DOCS PYTHON -OPTIONS_DEFAULT= PYTHON +OPTIONS_DEFINE= DOCS + OPTIONS_SUB= yes -PYTHON_USES= localbase python -PYTHON_BUILD_DEPENDS= ${LOCALBASE}/include/boost/python.hpp:devel/boost-libs -PYTHON_LIB_DEPENDS= ${PY_BOOST} -#XXX This looks wrong but it works, the regular method doesn't ! -PYTHON_CMAKE_ON= -Denable-python=ON -Denable-python-bindings=ON +#PYTHON_USES= localbase python +#PYTHON_BUILD_DEPENDS= ${LOCALBASE}/include/boost/python.hpp:devel/boost-libs +#PYTHON_LIB_DEPENDS= ${PY_BOOST} +#PYTHON_CMAKE_ON= enable-python enable-python-bindings CMAKE_ON= enable-aster enable-calculix USE_LDCONFIG= yes |