diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 18:21:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 18:21:28 +0000 |
commit | 6fab8b82007e291d4271ce1ad8c46446040637ad (patch) | |
tree | ef056686d3609ef1e0efad86f608e8ee9e884ac7 /textproc/libxslt | |
parent | 18557684579ac77bf3485708fe39e8e239aa422b (diff) | |
download | ports-6fab8b82007e291d4271ce1ad8c46446040637ad.tar.gz ports-6fab8b82007e291d4271ce1ad8c46446040637ad.zip |
Notes
Diffstat (limited to 'textproc/libxslt')
-rw-r--r-- | textproc/libxslt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 6b93f871d1ba..7d1b1caf15c9 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -27,6 +27,7 @@ CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \ --without-python CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +WITH_FBSD10_FIX= yes .if defined(MASTERDIR) _SLAVE_PORT= yes |