diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
commit | 579e97796954edc2469fac176e855589e1dc2997 (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /mbone/vat | |
parent | a86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff) | |
download | pkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'mbone/vat')
-rw-r--r-- | mbone/vat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |