diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-08-19 16:04:00 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-08-19 16:04:00 +0000 |
commit | 51127cc59e6e69ae3ca167ca952349e25c43b02b (patch) | |
tree | 3ea6bd4aa8f3bdac26532186f912a93dc31470e2 /graphics | |
parent | 6362e6c1118912cad17def3a85fc165f7951c21c (diff) |
- Add missing USES=execinfo, fixing build on 9.x
PR: 211937
Submitted by: Vladimir.Chukharev@gmail.com (maintainer)
Notes
Notes:
svn path=/head/; revision=420477
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-mayavi/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/py-mayavi/Makefile b/graphics/py-mayavi/Makefile index 6c75637f161c..f0776d6be791 100644 --- a/graphics/py-mayavi/Makefile +++ b/graphics/py-mayavi/Makefile @@ -3,6 +3,7 @@ PORTNAME= mayavi PORTVERSION= 4.5.0 +PORTREVISION= 1 CATEGORIES= graphics science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -30,7 +31,7 @@ RUN_DEPENDS= vtk6>=6.1.0_8:math/vtk6 \ ${PYTHON_PKGNAMEPREFIX}scimath>=4.1.2:science/py-scimath \ ${PYTHON_PKGNAMEPREFIX}traitsui>=4.5.1:graphics/py-traitsui -USES= python:-2.7 tar:bzip2 +USES= execinfo python:-2.7 tar:bzip2 USE_PYTHON= autoplist distutils USE_WX= 2.8+ WX_COMPS= python:run @@ -47,6 +48,6 @@ pre-configure: fi post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/python2.7/site-packages/tvtk/array_ext.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/tvtk/array_ext.so .include <bsd.port.mk> |