aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-08-10 06:53:31 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-08-17 17:31:25 +0000
commit5a39785a1251ad9b452b874c05d65ed41d9ac277 (patch)
treeee4b0d1f665781b9a5df3540ca7ea5ad2aa39fc9
parent81d8c93bdc14f56ccd40d262342d31085d28d456 (diff)
downloadports-5a39785a1251ad9b452b874c05d65ed41d9ac277.tar.gz
ports-5a39785a1251ad9b452b874c05d65ed41d9ac277.zip
math/py-ducc0: Broken on 11
(cherry picked from commit 331a7419420d2488223ba272eb8bbc43228c23ae)
-rw-r--r--math/py-ducc0/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/py-ducc0/Makefile b/math/py-ducc0/Makefile
index 96e2f022549c..d740fad0dd04 100644
--- a/math/py-ducc0/Makefile
+++ b/math/py-ducc0/Makefile
@@ -10,6 +10,8 @@ COMMENT= Distinctly Useful Code Collection (DUCC)
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_FreeBSD_11= ducc.o: file not recognized: File format not recognized
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR}
USES= python:3.6+