From 579e97796954edc2469fac176e855589e1dc2997 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. --- mbone/vat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbone/vat') diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index 513eac8053b..6f0465c4aa3 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2005/06/01 18:03:04 jlam Exp $ +# $NetBSD: Makefile,v 1.50 2005/12/05 23:55:12 rillig Exp $ # DISTNAME= vatsrc-4.0b2 @@ -12,7 +12,7 @@ COMMENT= The Visual Audio Tool - multicast audioconferencing WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-tcl=${PREFIX} --with-tk=${PREFIX} +CONFIGURE_ARGS+= --with-tcl=${PREFIX:Q} --with-tk=${PREFIX:Q} CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/gsm -- cgit v1.2.3