Remove quote from CPPFLAGS.

This commit is contained in:
Jeremy Messenger 2011-06-09 16:32:19 +00:00
parent f2fbd59d14
commit 5a450bee81
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275281

View File

@ -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)