diff options
author | rm <rm@FreeBSD.org> | 2012-07-31 21:38:28 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-07-31 21:38:28 +0800 |
commit | 3c2f127ac3c065aaec2f398ac346fecf69b57193 (patch) | |
tree | 4f8c2dc512015a207e1ac020ab94d896c9ca48c8 /multimedia/freevo | |
parent | 65176ecdeb3b43713db300ffb78478e46983ddf5 (diff) | |
download | freebsd-ports-gnome-3c2f127ac3c065aaec2f398ac346fecf69b57193.tar.gz freebsd-ports-gnome-3c2f127ac3c065aaec2f398ac346fecf69b57193.tar.zst freebsd-ports-gnome-3c2f127ac3c065aaec2f398ac346fecf69b57193.zip |
- fix checking for correct version of py-beautifulsoup once again
At the moment I can't think of a better solution for the case when
multimple versions of beautifulsoup is installed.
Diffstat (limited to 'multimedia/freevo')
-rw-r--r-- | multimedia/freevo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/freevo/Makefile b/multimedia/freevo/Makefile index 04af528317ca..3833fd0a79c1 100644 --- a/multimedia/freevo/Makefile +++ b/multimedia/freevo/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \ ${PYTHON_SITELIBDIR}/kaa/__init__.py:${PORTSDIR}/multimedia/py-kaa-base \ ${PYTHON_SITELIBDIR}/kaa/imlib2/__init__.py:${PORTSDIR}/multimedia/py-kaa-imlib2 \ ${PYTHON_SITELIBDIR}/kaa/metadata/__init__.py:${PORTSDIR}/multimedia/py-kaa-metadata \ - ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=0:${PORTSDIR}/www/py-beautifulsoup32 \ + ${PYTHON_SITELIBDIR}/BeautifulSoup.py:${PORTSDIR}/www/py-beautifulsoup32 \ ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \ ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twisted \ |