diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-08-15 07:53:10 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-08-15 07:53:10 +0000 |
commit | 3823169e2810232fe91b0fc8413d349cdfd935f1 (patch) | |
tree | 84cfba055e65f98736aae7250deabbed66494cad | |
parent | ec80eff163d354e6b456edf9bf1f14a40e82abca (diff) |
science/py-dftd4: Broken
devel/meson-python update to 0.13.2 broke it.
Reported by: fallout
-rw-r--r-- | science/py-dftd4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/py-dftd4/Makefile b/science/py-dftd4/Makefile index 6508be963def..2b89cbf1b948 100644 --- a/science/py-dftd4/Makefile +++ b/science/py-dftd4/Makefile @@ -11,6 +11,8 @@ WWW= https://www.chemie.uni-bonn.de/pctc/mulliken-center/software/dftd4 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= build fails: meson-python: error ... after devel/meson-python update to 0.13.2, see https://github.com/dftd4/dftd4/issues/212 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}meson-python>0:devel/meson-python@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} |