diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2020-12-12 17:04:37 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2020-12-12 17:04:37 +0000 |
commit | 0b5864f66c9ebdb1fe499427d12253b51ae298d1 (patch) | |
tree | 81ef83b36dbb3d2668a1fa9f050eeb07db79e821 /graphics/py-open3d-python | |
parent | dns/nsd: Security update to 4.3.4 (diff) |
- Upgrade math/eigen3 to 3.3.8;
- Add some dependencies which might be detected by Find_Package but not registered;
- Bump PORTREVISION of consumers.
PR: 250833
Submitted by: /me
Approved by: tcberner@ (KDE / maintainer) + exp-run
Diffstat (limited to 'graphics/py-open3d-python')
-rw-r--r-- | graphics/py-open3d-python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-open3d-python/Makefile b/graphics/py-open3d-python/Makefile index 6a1c9c8526be..2cfb7b720280 100644 --- a/graphics/py-open3d-python/Makefile +++ b/graphics/py-open3d-python/Makefile @@ -3,7 +3,7 @@ PORTNAME= open3d-python DISTVERSIONPREFIX= v DISTVERSION= 0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |