summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/py-lxml/Makefile3
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"