aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/freevo
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-07-31 21:38:28 +0800
committerrm <rm@FreeBSD.org>2012-07-31 21:38:28 +0800
commit3c2f127ac3c065aaec2f398ac346fecf69b57193 (patch)
tree4f8c2dc512015a207e1ac020ab94d896c9ca48c8 /multimedia/freevo
parent65176ecdeb3b43713db300ffb78478e46983ddf5 (diff)
downloadfreebsd-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/Makefile2
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 \