summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-09-27 18:50:11 +0000
committergrant <grant@pkgsrc.org>2003-09-27 18:50:11 +0000
commit8e755fb5179b2918978b0199a908faa4431b2c05 (patch)
tree5a06129f5a9def9025a2adb63548d8b5464abaa1 /fonts
parent46ad4b4beedd8c25b31ad73a4dcf04b8a53e01f3 (diff)
downloadpkgsrc-8e755fb5179b2918978b0199a908faa4431b2c05.tar.gz
quote EGREP in MAKE_ENV.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/Xft2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile
index c8ec1f0d476..a8002343b4b 100644
--- a/fonts/Xft2/Makefile
+++ b/fonts/Xft2/Makefile
@@ -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 @@ USE_GNU_TOOLS+= awk
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