diff options
author | pav <pav@FreeBSD.org> | 2011-07-27 03:59:58 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-07-27 03:59:58 +0800 |
commit | cc0431aaab1943f5d988ecc6afffd8d65542b4fe (patch) | |
tree | 1564282b9a2c0a68c60165c74e735d134251ac2e | |
parent | 9035bade153f75cf8ee52c2f446d95fb583f1bf9 (diff) | |
download | freebsd-ports-gnome-cc0431aaab1943f5d988ecc6afffd8d65542b4fe.tar.gz freebsd-ports-gnome-cc0431aaab1943f5d988ecc6afffd8d65542b4fe.tar.zst freebsd-ports-gnome-cc0431aaab1943f5d988ecc6afffd8d65542b4fe.zip |
- Mark BROKEN: does not build
return hash((self.__name__, self.__module__))
AttributeError: 'MetaTypedInterface' object has no attribute '__name__'
Reported by: pointyhat
-rw-r--r-- | www/py-nevow/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/py-nevow/Makefile b/www/py-nevow/Makefile index eae45683c79c..34e7d819f401 100644 --- a/www/py-nevow/Makefile +++ b/www/py-nevow/Makefile @@ -18,6 +18,8 @@ EXTRACT_SUFX= .tar.gz?format=raw MAINTAINER= nivit@FreeBSD.org COMMENT= A web application templating system, based on the the Twisted Woven +BROKEN= does not build + USE_PYTHON= yes USE_PYDISTUTILS= easy_install USE_TWISTED= web |