summaryrefslogtreecommitdiff
path: root/graphics/vtk-python
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2004-09-10 11:21:24 +0000
committerdrochner <drochner@pkgsrc.org>2004-09-10 11:21:24 +0000
commit7a4ecd722a2b81450b2192c7a14bf103d9eb4f75 (patch)
tree3b7f20cc41bfbddf0116f1d0df04fdf58c4114eb /graphics/vtk-python
parentb138b442a4983b5218c56506ae0f740735e0943b (diff)
downloadpkgsrc-7a4ecd722a2b81450b2192c7a14bf103d9eb4f75.tar.gz
bl3'ify, and add an explicite dependency on Tk
should fix build error seen in bulk builds
Diffstat (limited to 'graphics/vtk-python')
-rw-r--r--graphics/vtk-python/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/vtk-python/Makefile b/graphics/vtk-python/Makefile
index d7175b150d7..99a06be0681 100644
--- a/graphics/vtk-python/Makefile
+++ b/graphics/vtk-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/08/02 13:28:12 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2004/09/10 11:21:24 drochner Exp $
#
PKGNAME= vtk-python-${VTKDIST_VERSION}
@@ -43,4 +43,5 @@ DEPENDS= vtk>=${VTK_VERSION}:../../graphics/vtk
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
+.include "../../x11/tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"