diff options
-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 |