diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-26 09:06:34 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-26 09:06:34 +0000 |
commit | 8a4ab05d84a449ed5a6014d3764d65eb09220beb (patch) | |
tree | dc7a3a4c356d7a681579bf29ef13f1adc649222d /graphics/py-open3d-python | |
parent | - Add LICENSE (diff) |
Update math/eigen3 to 3.3.7
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7
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 97d90664a1f7..eab8edbc546f 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= 1 +PORTREVISION= 2 CATEGORIES= graphics PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |