diff options
author | grant <grant> | 2003-09-27 18:50:11 +0000 |
---|---|---|
committer | grant <grant> | 2003-09-27 18:50:11 +0000 |
commit | 7200cad5d1da573afddd3d3a4651e73b42087119 (patch) | |
tree | 5a06129f5a9def9025a2adb63548d8b5464abaa1 /fonts/Xft2 | |
parent | 4c64e93bba2868f01c2ea848d0bfdd1e676effd4 (diff) | |
download | pkgsrc-7200cad5d1da573afddd3d3a4651e73b42087119.tar.gz |
quote EGREP in MAKE_ENV.
Diffstat (limited to 'fonts/Xft2')
-rw-r--r-- | fonts/Xft2/Makefile | 4 |
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 |