aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-07-31 21:38:28 +0800
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-07-31 21:38:28 +0800
commit9ae1f94968d975a3fe70465d05c7cd93f8824bf6 (patch)
tree4f8c2dc512015a207e1ac020ab94d896c9ca48c8 /www
parent45ce78f3efeac959fe7b6fbc8c78998e325df920 (diff)
downloadfreebsd-ports-gnome-9ae1f94968d975a3fe70465d05c7cd93f8824bf6.tar.gz
freebsd-ports-gnome-9ae1f94968d975a3fe70465d05c7cd93f8824bf6.tar.zst
freebsd-ports-gnome-9ae1f94968d975a3fe70465d05c7cd93f8824bf6.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 'www')
-rw-r--r--www/py-flexget/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-flexget/Makefile b/www/py-flexget/Makefile
index 1e7fcae47efe..ef2ddbfd5be5 100644
--- a/www/py-flexget/Makefile
+++ b/www/py-flexget/Makefile
@@ -28,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7:${PORTSDIR}/databases/py-sql
${PYTHON_PKGNAMEPREFIX}pynzb>=0:${PORTSDIR}/news/py-pynzb \
${PYTHON_PKGNAMEPREFIX}feedparser>=0:${PORTSDIR}/textproc/py-feedparser \
${PYTHON_PKGNAMEPREFIX}rss2gen>=0:${PORTSDIR}/textproc/py-rss2gen \
- ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=0:${PORTSDIR}/www/py-beautifulsoup32 \
+ ${PYTHON_SITELIBDIR}/BeautifulSoup.py:${PORTSDIR}/www/py-beautifulsoup32 \
${PYTHON_PKGNAMEPREFIX}cherrypy>=3.2.0:${PORTSDIR}/www/py-cherrypy \
${PYTHON_PKGNAMEPREFIX}Flask>=0:${PORTSDIR}/www/py-flask \
${PYTHON_PKGNAMEPREFIX}html5lib>=0.11:${PORTSDIR}/www/py-html5lib \