From 7bea46e87d51bbe44f7a5b37970a31b1efd118a0 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 23:55:01 +0000 Subject: Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. --- graphics/geomview/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/geomview') diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index cb335ab1cb5..ab3dbf5079e 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2005/04/11 21:46:03 tv Exp $ +# $NetBSD: Makefile,v 1.32 2005/12/05 23:55:08 rillig Exp $ DISTNAME= geomview-1.8.1 PKGREVISION= 4 @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-xforms CONFIGURE_ARGS+= --with-opengl=${BUILDLINK_PREFIX.Mesa} -CONFIGURE_ARGS+= --with-motif=${MOTIFBASE} +CONFIGURE_ARGS+= --with-motif=${MOTIFBASE:Q} CPPFLAGS+= -Dunix -Dalloca=__builtin_alloca INFO_FILES= geomview -- cgit v1.2.3