diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2012-06-09 09:25:25 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2012-06-09 09:25:25 +0000 |
commit | 8b46eb22955fd4a0091e3c7aea31b1cd1f0dee46 (patch) | |
tree | 130a8e637bf26fa5dfc6ecb74d662fd9f2a2e563 /math/vtk-python | |
parent | Mark BROKEN: does not build with new giflib (diff) |
Mark BROKEN with new png
Submitted by: pointyhat
Notes
Notes:
svn path=/head/; revision=298826
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 86997e055668..62a2b218ce46 100644 --- a/math/vtk-python/Makefile +++ b/math/vtk-python/Makefile @@ -15,6 +15,8 @@ LIB_DEPENDS= vtkCommon.${LIBVER}:${PORTSDIR}/math/vtk \ tcl84:${PORTSDIR}/lang/tcl84 \ tk84:${PORTSDIR}/x11-toolkits/tk84 +BROKEN= does not build + MASTERDIR= ${.CURDIR}/../vtk WRAP= Python |