pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/vtk-python Add missing dependencies for modul...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae5aff6af190
branches:  trunk
changeset: 530368:ae5aff6af190
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jun 27 12:54:53 2007 +0000

description:
Add missing dependencies for modular Xorg.

diffstat:

 graphics/vtk-python/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 703dd339ff55 -r ae5aff6af190 graphics/vtk-python/Makefile
--- a/graphics/vtk-python/Makefile      Wed Jun 27 01:49:17 2007 +0000
+++ b/graphics/vtk-python/Makefile      Wed Jun 27 12:54:53 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/06/18 19:15:44 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2007/06/27 12:54:53 joerg Exp $
 #
 
 PKGNAME=       vtk-python-${VTKDIST_VERSION}
@@ -52,7 +52,10 @@
 
 .include "../../graphics/vtk/Makefile.vtkdist"
 
+.include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../x11/tk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index