diff options
Diffstat (limited to 'mail/rss2email3/Makefile')
-rw-r--r-- | mail/rss2email3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/rss2email3/Makefile b/mail/rss2email3/Makefile index 9b647f67db38..55246947caf3 100644 --- a/mail/rss2email3/Makefile +++ b/mail/rss2email3/Makefile @@ -12,8 +12,8 @@ COMMENT= Emails posts from subscribed RSS/Atom newsfeeds LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=5.0.1:${PORTSDIR}/textproc/py-feedparser \ - ${PYTHON_PKGNAMEPREFIX}html2text>=3.0.1:${PORTSDIR}/textproc/py-html2text +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=5.0.1:textproc/py-feedparser \ + ${PYTHON_PKGNAMEPREFIX}html2text>=3.0.1:textproc/py-html2text USE_GITHUB= yes GH_ACCOUNT= wking |