diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-feedparser/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile index 285450e5e9e8..3b12e533784e 100644 --- a/textproc/py-feedparser/Makefile +++ b/textproc/py-feedparser/Makefile @@ -8,6 +8,7 @@ PORTNAME= feedparser PORTVERSION= 4.1 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://bsdchat.com/dist/dryice/ @@ -17,6 +18,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dryice@dryice.name COMMENT= An RSS feed parser written in Python +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/chardet/__init__.py:${PORTSDIR}/textproc/py-chardet + WRKSRC= ${WRKDIR} USE_PYTHON= 2.1+ USE_ZIP= yes |