diff options
author | kris <kris@FreeBSD.org> | 2006-12-10 14:20:32 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-12-10 14:20:32 +0800 |
commit | 5bcc6e22f37dd4671db75f65b3773496e086c88a (patch) | |
tree | cae19e1ae523d59b1ff21f3220ffeb05d67b8986 /math/vtk-python | |
parent | 0782f61acf9738ad5bd5a45d2cf227d86abb7ee3 (diff) | |
download | freebsd-ports-gnome-5bcc6e22f37dd4671db75f65b3773496e086c88a.tar.gz freebsd-ports-gnome-5bcc6e22f37dd4671db75f65b3773496e086c88a.tar.zst freebsd-ports-gnome-5bcc6e22f37dd4671db75f65b3773496e086c88a.zip |
BROKEN: Does not build
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 |