diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-19 14:00:50 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-19 14:00:50 +0000 |
commit | 209177849d83e4829bbb9c6a5743a4609ad19898 (patch) | |
tree | e4aa1c7f3680cd0bd160537f39716f638ae8602e /math/vtk-python | |
parent | 2bc1c61d8fd9235589f591c2e829a17d5f399d75 (diff) | |
download | ports-209177849d83e4829bbb9c6a5743a4609ad19898.tar.gz ports-209177849d83e4829bbb9c6a5743a4609ad19898.zip |
Notes
Diffstat (limited to 'math/vtk-python')
-rw-r--r-- | math/vtk-python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk-python/Makefile b/math/vtk-python/Makefile index 6ee1871a9c95..e08e7c04b1c3 100644 --- a/math/vtk-python/Makefile +++ b/math/vtk-python/Makefile @@ -35,7 +35,7 @@ CMAKE_DEFS= -DVTK_WRAP_PYTHON:BOOL=ON \ -DPYTHON_LIBRARY:FILEPATH=${PYTHON_LIBDIR}/config/lib${PYTHON_VERSION}.a \ -DTCL_INCLUDE_PATH:PATH=${TCL_INCLUDE_DIR} \ -DTK_INCLUDE_PATH:PATH=${TK_INCLUDE_DIR} \ - -DEXPAT_LIBRARY:PATH=${LOCALBASE}/lib/expat.so \ + -DEXPAT_LIBRARY:PATH=${LOCALBASE}/lib/libexpat.so \ -DEXPAT_INCLUDE_DIR:PATH=${LOCALBASE}/include \ -DCMAKE_BACKWARDS_COMPATIBILITY:STRING=2.2 |