From 4749485ac5aab48de40118063de1ceed882db1bb Mon Sep 17 00:00:00 2001 From: shadchin Date: Sun, 23 Oct 2016 13:40:24 +0000 Subject: [PATCH] +py-mistune,python3 --- textproc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/Makefile b/textproc/Makefile index ac7e456f4b9..6795cd7dfef 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.511 2016/10/21 17:52:09 fcambus Exp $ +# $OpenBSD: Makefile,v 1.512 2016/10/23 13:40:24 shadchin Exp $ SUBDIR = SUBDIR += TclXML @@ -373,6 +373,7 @@ SUBDIR += py-lxml SUBDIR += py-lxml,python3 SUBDIR += py-mistune + SUBDIR += py-mistune,python3 SUBDIR += py-nltk SUBDIR += py-nltk,python3 SUBDIR += py-numpydoc