diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-07-31 07:07:36 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-07-31 07:07:36 +0000 |
commit | 90275bf7fcd0056a1cab180d829e307de2312e84 (patch) | |
tree | 2f33fc6adcb8961bac660e87ea4498503549b373 /www/py-flexget | |
parent | 2e9568750da9466534c6eeab798a65a4e2e06737 (diff) | |
download | ports-90275bf7fcd0056a1cab180d829e307de2312e84.tar.gz ports-90275bf7fcd0056a1cab180d829e307de2312e84.zip |
Notes
Diffstat (limited to 'www/py-flexget')
-rw-r--r-- | www/py-flexget/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-flexget/Makefile b/www/py-flexget/Makefile index df1a10be926e..1e7fcae47efe 100644 --- a/www/py-flexget/Makefile +++ b/www/py-flexget/Makefile @@ -7,6 +7,7 @@ PORTNAME= flexget PORTVERSION= 1.0r2315 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://download.flexget.com/unstable/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7:${PORTSDIR}/databases/py-sql ${PYTHON_PKGNAMEPREFIX}pynzb>=0:${PORTSDIR}/news/py-pynzb \ ${PYTHON_PKGNAMEPREFIX}feedparser>=0:${PORTSDIR}/textproc/py-feedparser \ ${PYTHON_PKGNAMEPREFIX}rss2gen>=0:${PORTSDIR}/textproc/py-rss2gen \ - ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:${PORTSDIR}/www/py-beautifulsoup \ + ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=0:${PORTSDIR}/www/py-beautifulsoup32 \ ${PYTHON_PKGNAMEPREFIX}cherrypy>=3.2.0:${PORTSDIR}/www/py-cherrypy \ ${PYTHON_PKGNAMEPREFIX}Flask>=0:${PORTSDIR}/www/py-flask \ ${PYTHON_PKGNAMEPREFIX}html5lib>=0.11:${PORTSDIR}/www/py-html5lib \ |