diff options
author | bjs <bjs@pkgsrc.org> | 2008-09-06 20:13:13 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-09-06 20:13:13 +0000 |
commit | 1867accb76f0577a6134177e3aea24f3ae3125cd (patch) | |
tree | 87d70c1aeddfc2cada1280c28f5954cb3a5d2fb7 | |
parent | e000a1db557467fa42935ef6ea113ecff95455df (diff) | |
download | pkgsrc-1867accb76f0577a6134177e3aea24f3ae3125cd.tar.gz |
Use ${TRUE} instead of 'true'.
-rw-r--r-- | x11/pixman/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index 72b703a050f..853d5518527 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2008/09/06 20:09:15 bjs Exp $ +# $NetBSD: Makefile,v 1.19 2008/09/06 20:13:13 bjs Exp $ # DISTNAME= pixman-0.11.10 @@ -19,9 +19,9 @@ USE_TOOLS+= pkg-config perl diff awk ### XXX Quiet, please! ### .if empty(USE_TOOLS:Mauto*) -CONFIGURE_ENV+= AUTOCONF=true -CONFIGURE_ENV+= AUTOHEADER=true -CONFIGURE_ENV+= ACLOCAL=true +CONFIGURE_ENV+= AUTOCONF=${TRUE:Q} +CONFIGURE_ENV+= AUTOHEADER=${TRUE:Q} +CONFIGURE_ENV+= ACLOCAL=${TRUE:Q} CONFIGURE_ENV+= AUTOMAKE=${TRUE:Q} .endif |