diff options
author | wiz <wiz> | 2017-01-17 12:58:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2017-01-17 12:58:29 +0000 |
commit | 84d95c5effd1d951d338ae04417fc301265cf311 (patch) | |
tree | 0dab5477734ba5c2de866317662efb6ab890f4ed /textproc | |
parent | d34171f9e327cd9e0adddb7cecbbe9f40500ca62 (diff) | |
download | pkgsrc-84d95c5effd1d951d338ae04417fc301265cf311.tar.gz |
Fix typo.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-lxml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-lxml/Makefile b/textproc/py-lxml/Makefile index 6af978ce9f2..a7422d2ea0a 100644 --- a/textproc/py-lxml/Makefile +++ b/textproc/py-lxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2017/01/17 11:10:13 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2017/01/17 12:58:29 wiz Exp $ DISTNAME= lxml-3.7.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ LICENSE= modified-bsd # https://bugs.launchpad.net/lxml/+bug/1522052 # third error in 3.6.1 # https://bugs.launchpad.net/lxml/+bug/1608479 -* two more errors since 3.7.2 +# two more errors since 3.7.2 # https://bugs.launchpad.net/lxml/+bug/1655054 TEST_TARGET= test_inplace |