diff options
Diffstat (limited to 'math/py-pytanque/Makefile')
-rw-r--r-- | math/py-pytanque/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/py-pytanque/Makefile b/math/py-pytanque/Makefile index 6f8f2076632c..d1a9fb60851a 100644 --- a/math/py-pytanque/Makefile +++ b/math/py-pytanque/Makefile @@ -1,5 +1,6 @@ PORTNAME= pytanque DISTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,12 @@ LICENSE= BSD3CLAUSE BROKEN_riscv64= ld: error: lto.tmp: cannot link object files with different floating-point ABI -USES= compiler:c++14-lang python +BUILD_DEPENDS= pybind11>0:devel/pybind11 + +USES= compiler:c++14-lang localbase python USE_PYTHON= distutils autoplist +post-extract: + ${RM} -r ${WRKSRC}/third-party/pybind11 + .include <bsd.port.mk> |