1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

multimedia/py-subliminal: fix RUN_DEPENDS

- Fix RUN_DEPENDS to check for bs4 file, package name conflicts with
  beautifulsoup 3.x
This commit is contained in:
William Grzybowski 2013-07-18 12:11:59 +00:00
parent 75f6de7366
commit 63c712ffc2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323225

View File

@ -13,7 +13,7 @@ COMMENT= Python library to search and download subtitles
LICENSE= LGPL3
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:${PORTSDIR}/www/py-beautifulsoup \
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/bs4/__init__.py:${PORTSDIR}/www/py-beautifulsoup \
${PYTHON_PKGNAMEPREFIX}enzyme>=0.1:${PORTSDIR}/multimedia/py-enzyme \
${PYTHON_PKGNAMEPREFIX}guessit>=0.4.1:${PORTSDIR}/multimedia/py-guessit \
${PYTHON_PKGNAMEPREFIX}requests>=1.1:${PORTSDIR}/www/py-requests \