pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/Xft2 quote EGREP in MAKE_ENV.
details: https://anonhg.NetBSD.org/pkgsrc/rev/69a341ff86d3
branches: trunk
changeset: 462187:69a341ff86d3
user: grant <grant%pkgsrc.org@localhost>
date: Sat Sep 27 18:50:11 2003 +0000
description:
quote EGREP in MAKE_ENV.
diffstat:
fonts/Xft2/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b7cf3a6faaaa -r 69a341ff86d3 fonts/Xft2/Makefile
--- a/fonts/Xft2/Makefile Sat Sep 27 18:37:13 2003 +0000
+++ b/fonts/Xft2/Makefile Sat Sep 27 18:50:11 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2003/09/27 15:41:53 grant Exp $
+# $NetBSD: Makefile,v 1.20 2003/09/27 18:50:11 grant Exp $
#
DISTNAME= xft-2.1.2
@@ -25,7 +25,7 @@
PKGCONFIG_OVERRIDE= ${WRKSRC}/xft.pc.in
#LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-MAKE_ENV+= EGREP=${EGREP}
+MAKE_ENV+= EGREP="${EGREP}"
BUILDLINK_DEPENDS.Xrender= Xrender>=0.8.2
Home |
Main Index |
Thread Index |
Old Index