diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-12-10 06:20:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-12-10 06:20:32 +0000 |
commit | 30a4ec9ddcb87cf6ab2f1a20b867f0a70a072b83 (patch) | |
tree | dc189ab0b1fff1e9b20bfe78b4a783da86115a53 /math/vtk-python | |
parent | c81f8aa062d5ad1854adabbf4526349e1da68483 (diff) | |
download | ports-30a4ec9ddcb87cf6ab2f1a20b867f0a70a072b83.tar.gz ports-30a4ec9ddcb87cf6ab2f1a20b867f0a70a072b83.zip |
Notes
Diffstat (limited to 'math/vtk-python')
-rw-r--r-- | math/vtk-python/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/vtk-python/Makefile b/math/vtk-python/Makefile index f18b4a6c446e..54d5a4c874d0 100644 --- a/math/vtk-python/Makefile +++ b/math/vtk-python/Makefile @@ -16,6 +16,8 @@ LIB_DEPENDS= vtkCommon.${LIBVER}:${PORTSDIR}/math/vtk \ MASTERDIR= ${.CURDIR}/../vtk +BROKEN= Does not build + WRAP= Python BINARIES= vtkWrapPython vtkpython EXTRA_LIBS= RenderingPythonTkWidgets |