diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-15 14:33:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-15 14:33:06 +0000 |
commit | 14806ef46feebcf3c5c663e7b7bca808ada73f38 (patch) | |
tree | c765e6ff8c5748bccaac5164aef3b2c1fc971d41 /graphics/vtk/Makefile.vtkdist | |
parent | 90f295b3316ea2da4a56564f8fcb1dc8903253f7 (diff) | |
download | pkgsrc-14806ef46feebcf3c5c663e7b7bca808ada73f38.tar.gz |
Modular Xorg support and correctly depend on cmake. vtk-python bailed
out as cmake couldn't compile its API test...
Diffstat (limited to 'graphics/vtk/Makefile.vtkdist')
-rw-r--r-- | graphics/vtk/Makefile.vtkdist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/vtk/Makefile.vtkdist b/graphics/vtk/Makefile.vtkdist index 796dca97713..4172f12fc2d 100644 --- a/graphics/vtk/Makefile.vtkdist +++ b/graphics/vtk/Makefile.vtkdist @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.vtkdist,v 1.6 2006/05/21 09:28:55 rillig Exp $ +# $NetBSD: Makefile.vtkdist,v 1.7 2007/02/15 14:33:06 joerg Exp $ .include "../../graphics/vtk/Makefile.common" @@ -27,4 +27,4 @@ do-configure: VTK_CMAKE_OPT+= -DBUILD_SHARED_LIBS:BOOL=ON .endif -BUILD_DEPENDS+= cmake-[0-9]*:../../devel/cmake +.include "../../devel/cmake/buildlink3.mk" |