From 4e79085c76d137332c22a7250a1d71af8a54d788 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 28 Sep 2005 20:52:18 +0000 Subject: Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, NO_BUILD, USE_LIBTOOL. --- graphics/vtk-docs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/vtk-docs') diff --git a/graphics/vtk-docs/Makefile b/graphics/vtk-docs/Makefile index 19974b4e660..2dc6275bdcb 100644 --- a/graphics/vtk-docs/Makefile +++ b/graphics/vtk-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/08/02 13:17:27 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2005/09/28 20:52:23 rillig Exp $ # DISTNAME= VTKDocHtml-4.2 @@ -6,7 +6,7 @@ PKGNAME= vtk-docs-4.2 COMMENT= Documentation for VTK (HTML) WRKSRC= ${WRKDIR}/html -NO_BUILD= # defined +NO_BUILD= yes HTML_DIR= share/doc/${PKGNAME} -- cgit v1.2.3