pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/vtk Replaced the inclusion of the cmake build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bcee19541abf
branches:  trunk
changeset: 513098:bcee19541abf
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 21 09:28:55 2006 +0000

description:
Replaced the inclusion of the cmake buildlink3.mk file with a
BUILD_DEPENDS, since the buildlink3.mk file does not exist anymore.

diffstat:

 graphics/vtk/Makefile.vtkdist |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r ad6a010f77ed -r bcee19541abf graphics/vtk/Makefile.vtkdist
--- a/graphics/vtk/Makefile.vtkdist     Sun May 21 09:22:54 2006 +0000
+++ b/graphics/vtk/Makefile.vtkdist     Sun May 21 09:28:55 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.vtkdist,v 1.5 2005/04/11 21:46:10 tv Exp $
+# $NetBSD: Makefile.vtkdist,v 1.6 2006/05/21 09:28:55 rillig Exp $
 
 .include "../../graphics/vtk/Makefile.common"
 
@@ -27,4 +27,4 @@
 VTK_CMAKE_OPT+=                -DBUILD_SHARED_LIBS:BOOL=ON
 .endif
 
-.include "../../devel/cmake/buildlink3.mk"
+BUILD_DEPENDS+=                cmake-[0-9]*:../../devel/cmake



Home | Main Index | Thread Index | Old Index