From 5a450bee81a2031bc52da3ee37619ed8491354e5 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Thu, 9 Jun 2011 16:32:19 +0000 Subject: Remove quote from CPPFLAGS. --- textproc/libxslt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/libxslt') diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 8070a4d97c3b..f6fb7a2fbec1 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -25,7 +25,7 @@ USE_LDCONFIG= yes USE_GNOME?= gnomehack gnometarget libxml2 CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \ --without-python -CPPFLAGS= "-I${LOCALBASE}/include" +CPPFLAGS= -I${LOCALBASE}/include CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" .if defined(MASTERDIR) -- cgit v1.2.3