diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-25 23:01:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-25 23:01:43 +0800 |
commit | 03d1cb7006bd787bb7333edbfdefa0fe8486d226 (patch) | |
tree | c23a4cd9572f56227de9f0797382ce73caeefb43 /textproc | |
parent | c096467f2839829d5e92e22e1f0f1a7a71a61c47 (diff) | |
download | freebsd-ports-gnome-03d1cb7006bd787bb7333edbfdefa0fe8486d226.tar.gz freebsd-ports-gnome-03d1cb7006bd787bb7333edbfdefa0fe8486d226.tar.zst freebsd-ports-gnome-03d1cb7006bd787bb7333edbfdefa0fe8486d226.zip |
- Mark BROKEN: does not build ("ValueError: too many values to unpack")
Reported by: pkg-fallout
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-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 |