From 5ec134d67dbba7a354689af359fb4dd92bc8cbec Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 20:49:47 +0000 Subject: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html --- graphics/vtk-python/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/vtk-python') diff --git a/graphics/vtk-python/Makefile b/graphics/vtk-python/Makefile index 6b1626bcaec..df132a6ac6a 100644 --- a/graphics/vtk-python/Makefile +++ b/graphics/vtk-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/01/23 20:41:46 recht Exp $ +# $NetBSD: Makefile,v 1.6 2005/12/05 20:50:23 rillig Exp $ # PKGNAME= vtk-python-${VTKDIST_VERSION} @@ -38,7 +38,7 @@ post-install: ${RM} -f ${PREFIX}/bin/vtkpython ${LN} -s ${PYTHONBIN} ${PREFIX}/bin/vtkpython -DEPENDS= vtk>=${VTK_VERSION}:../../graphics/vtk +DEPENDS+= vtk>=${VTK_VERSION}:../../graphics/vtk .include "../../graphics/vtk/Makefile.vtkdist" -- cgit v1.2.3