aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxslt/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2011-05-22 21:22:35 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2011-05-22 21:22:35 +0000
commit3eaf1d033b0d84f9c11cb84f73e6f90983c6a76a (patch)
tree448727cef59063818050b392b944ba2f70432204 /textproc/libxslt/Makefile
parentf1256b4e5da616564d24f8812caaa80afc9bbb8f (diff)
downloadports-3eaf1d033b0d84f9c11cb84f73e6f90983c6a76a.tar.gz
ports-3eaf1d033b0d84f9c11cb84f73e6f90983c6a76a.zip
Notes
Diffstat (limited to 'textproc/libxslt/Makefile')
-rw-r--r--textproc/libxslt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index d3cb097f5f9d..8070a4d97c3b 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -25,8 +25,8 @@ USE_LDCONFIG= yes
USE_GNOME?= gnomehack gnometarget libxml2
CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \
--without-python
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS= "-I${LOCALBASE}/include"
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
.if defined(MASTERDIR)
_SLAVE_PORT= yes