diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-25 15:01:43 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-25 15:01:43 +0000 |
commit | fd5b918640498d4d5f8b9ce1ac0a73880b4622e0 (patch) | |
tree | c23a4cd9572f56227de9f0797382ce73caeefb43 | |
parent | - Fix build (diff) |
- Mark BROKEN: does not build ("ValueError: too many values to unpack")
Reported by: pkg-fallout
Approved by: portmgr blanket
-rw-r--r-- | textproc/py-cloud_sptheme/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-cloud_sptheme/Makefile b/textproc/py-cloud_sptheme/Makefile index 9af49c9da247..1c82dbf40a7b 100644 --- a/textproc/py-cloud_sptheme/Makefile +++ b/textproc/py-cloud_sptheme/Makefile @@ -17,6 +17,8 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx RUN_DEPENDS:= ${BUILD_DEPENDS} +BROKEN= does not build + USES= python USE_PYTHON= distutils autoplist PYDISTUTILS_BUILDARGS= build_sphinx -E |