pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/pixman Use ${TRUE} instead of 'true'.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c3d4f2de4388
branches: trunk
changeset: 546690:c3d4f2de4388
user: bjs <bjs%pkgsrc.org@localhost>
date: Sat Sep 06 20:13:13 2008 +0000
description:
Use ${TRUE} instead of 'true'.
diffstat:
x11/pixman/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r a7d57d27e451 -r c3d4f2de4388 x11/pixman/Makefile
--- a/x11/pixman/Makefile Sat Sep 06 20:09:36 2008 +0000
+++ b/x11/pixman/Makefile Sat Sep 06 20:13:13 2008 +0000
@@ -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 @@
### 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
Home |
Main Index |
Thread Index |
Old Index