diff options
Diffstat (limited to 'textproc/py-lxml')
-rw-r--r-- | textproc/py-lxml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-lxml/Makefile b/textproc/py-lxml/Makefile index f00ffa228d3..b2a02dffa5a 100644 --- a/textproc/py-lxml/Makefile +++ b/textproc/py-lxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2016/08/01 10:51:30 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2016/08/02 23:24:39 wiz Exp $ DISTNAME= lxml-3.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -23,3 +23,5 @@ BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.7.8 BUILDLINK_API_DEPENDS.libxslt+= libxslt>=1.1.26 .include "../../textproc/libxslt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" +# needed for "make test" with python-3.x -- fixes first two errors noted above +#MAKE_ENV+= LC_ALL=en_US.UTF-8 |