diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-07-11 20:48:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-07-11 20:48:01 +0000 |
commit | db43f698bf0c58900990437f6f1693793ea70ef9 (patch) | |
tree | a2af16443ce1d757a750d5adef9453990c6dd9f3 | |
parent | - Mark BROKEN: leave a directory behind on deinstall (diff) |
- Mark BROKEN: does not compile
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=277565
-rw-r--r-- | www/py-scrapy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/py-scrapy/Makefile b/www/py-scrapy/Makefile index 2f3a77e5d691..e572aa8445b8 100644 --- a/www/py-scrapy/Makefile +++ b/www/py-scrapy/Makefile @@ -20,6 +20,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=8.2.0:${PORTSDIR}/devel/py-twisted ${PYTHON_PKGNAMEPREFIX}libxml2>=2.7.6:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +BROKEN= does not compile + USE_PYTHON= 2.5-2.7 USE_PYDISTUTILS=yes |