diff options
author | drochner <drochner@pkgsrc.org> | 2012-10-22 10:52:03 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-10-22 10:52:03 +0000 |
commit | e16d1e6d36520c9232e96064ea133550b83da8cf (patch) | |
tree | 58bc3b3896eb6512f6efeea0642ad10ae9a8e353 /textproc/py-lxml | |
parent | 2a9be1090934d6632fe56fb1180fd71ba33e2b3d (diff) | |
download | pkgsrc-e16d1e6d36520c9232e96064ea133550b83da8cf.tar.gz |
add "test" target (it throws some errors)
Diffstat (limited to 'textproc/py-lxml')
-rw-r--r-- | textproc/py-lxml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-lxml/Makefile b/textproc/py-lxml/Makefile index 16f09117dfb..ae58d5bb02c 100644 --- a/textproc/py-lxml/Makefile +++ b/textproc/py-lxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/10/21 21:34:42 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2012/10/22 10:52:03 drochner Exp $ # DISTNAME= lxml-3.0.1 @@ -14,6 +14,7 @@ LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir +TEST_TARGET= test_inplace PYTHON_VERSIONS_INCLUDE_3X= yes .include "../../lang/python/egg.mk" |