From fe06e81883dd85f1c22f96372335eb8a3d32601d Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 10 May 2014 15:46:52 +0000 Subject: Add missing six dependency. Bump revision. --- textproc/py-html5lib/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'textproc/py-html5lib/Makefile') diff --git a/textproc/py-html5lib/Makefile b/textproc/py-html5lib/Makefile index 7b2ede234a6..1a88355b7ee 100644 --- a/textproc/py-html5lib/Makefile +++ b/textproc/py-html5lib/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2014/01/17 23:32:02 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/05/10 15:46:52 joerg Exp $ DISTNAME= 0.999 PKGNAME= ${PYPKGPREFIX}-html5lib-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc www python MASTER_SITES= https://github.com/html5lib/html5lib-python/archive/ @@ -10,6 +11,8 @@ HOMEPAGE= https://github.com/html5lib/html5lib-python COMMENT= HTML5 parser and tokenizer LICENSE= mit +DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six + DIST_SUBDIR= py-html5lib WRKSRC= ${WRKDIR}/html5lib-python-${DISTNAME} EGG_NAME= html5lib-${DISTNAME} -- cgit v1.2.3