diff options
author | mezz <mezz@FreeBSD.org> | 2011-06-10 00:32:19 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2011-06-10 00:32:19 +0800 |
commit | fb6f2c3c43968ba104644478c929bacf1a66f236 (patch) | |
tree | 46b0481d7ae604fa9d9965a2fe3973b04bebf213 /textproc | |
parent | 9b1ce2f50a9c9442a28edfe8ec2408e54fea8ac0 (diff) | |
download | freebsd-ports-gnome-fb6f2c3c43968ba104644478c929bacf1a66f236.tar.gz freebsd-ports-gnome-fb6f2c3c43968ba104644478c929bacf1a66f236.tar.zst freebsd-ports-gnome-fb6f2c3c43968ba104644478c929bacf1a66f236.zip |
Remove quote from CPPFLAGS.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxslt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |