aboutsummaryrefslogtreecommitdiff
path: root/math/vtk-python
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-10-06 22:58:56 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-10-06 22:58:56 +0000
commite26d5a32304934ac74b81b56a4932e1a3d062fad (patch)
tree22272e081babadd27bdec36fb022e97740c029bd /math/vtk-python
parentf66942dd5b03fcb418507736a0b5b46c6f62e0ad (diff)
Set CMAKE_BACKWARDS_COMPATIBILITY to 2.2 and unbreak.
PR: ports/102437 Submitted by: TAOKA Fumiyoshi <fmysh (at) iijmio-mail.jp> Approved by: maintainer's time-out (since 23 Aug 2006)
Notes
Notes: svn path=/head/; revision=174692
Diffstat (limited to 'math/vtk-python')
-rw-r--r--math/vtk-python/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/math/vtk-python/Makefile b/math/vtk-python/Makefile
index 6820f694a455..f18b4a6c446e 100644
--- a/math/vtk-python/Makefile
+++ b/math/vtk-python/Makefile
@@ -14,10 +14,6 @@ LIB_DEPENDS= vtkCommon.${LIBVER}:${PORTSDIR}/math/vtk \
tcl84:${PORTSDIR}/lang/tcl84 \
tk84:${PORTSDIR}/x11-toolkits/tk84
-BROKEN= Does not build
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2006-12-01
-
MASTERDIR= ${.CURDIR}/../vtk
WRAP= Python
@@ -38,7 +34,8 @@ CMAKE_DEFS= -DVTK_WRAP_PYTHON:BOOL=ON \
-DPYTHON_INCLUDE_PATH:PATH=${PYTHON_INCLUDEDIR} \
-DPYTHON_LIBRARY:FILEPATH=${PYTHON_LIBDIR}/config/lib${PYTHON_VERSION}.a \
-DTCL_INCLUDE_PATH:PATH=${TCL_INCLUDE_DIR} \
- -DTK_INCLUDE_PATH:PATH=${TK_INCLUDE_DIR}
+ -DTK_INCLUDE_PATH:PATH=${TK_INCLUDE_DIR} \
+ -DCMAKE_BACKWARDS_COMPATIBILITY:STRING=2.2
PLIST_SUB+= VTK_PTH_LOCATION_DIR=${PYTHON_SITELIBDIR}