diff options
Diffstat (limited to 'news/rawdog/Makefile')
-rw-r--r-- | news/rawdog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/rawdog/Makefile b/news/rawdog/Makefile index a46c27933e62..2c2c2715570c 100644 --- a/news/rawdog/Makefile +++ b/news/rawdog/Makefile @@ -12,9 +12,9 @@ COMMENT= Simple RSS aggregator LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/feedparser.py:textproc/py-feedparser +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/feedparser.py:textproc/py-feedparser@${FLAVOR} -USES= python +USES= python:2.7 USE_PYTHON= distutils NO_ARCH= yes |