summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg>2014-05-10 15:46:52 +0000
committerjoerg <joerg>2014-05-10 15:46:52 +0000
commita7f0dfb3075cf19420aafba0e2a5f56fe86d9233 (patch)
treebd23daee63dbcf8ab81cc98efbd08b4c2fcc2f95 /textproc
parent7d4690bbbfdcbdb1d03be6ad074ef67768f6d117 (diff)
downloadpkgsrc-a7f0dfb3075cf19420aafba0e2a5f56fe86d9233.tar.gz
Add missing six dependency. Bump revision.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-html5lib/Makefile5
1 files changed, 4 insertions, 1 deletions
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}