summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-07-31 13:38:28 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-07-31 13:38:28 +0000
commit9ae1f94968d975a3fe70465d05c7cd93f8824bf6 (patch)
tree4f8c2dc512015a207e1ac020ab94d896c9ca48c8 /deskutils
parentMirror back, apparently we still got some problems fetching from github from (diff)
- 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.
Notes
Notes: svn path=/head/; revision=301789
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/calibre/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile
index cde8f93d4409..81e6254d5036 100644
--- a/deskutils/calibre/Makefile
+++ b/deskutils/calibre/Makefile
@@ -30,7 +30,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:${PORTSDIR}/devel/py-setupto
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \
${PYTHON_PKGNAMEPREFIX}dnspython>=0:${PORTSDIR}/dns/py-dnspython \
${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \
- ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=0:${PORTSDIR}/www/py-beautifulsoup32 \
+ ${PYTHON_SITELIBDIR}/BeautifulSoup.py:${PORTSDIR}/www/py-beautifulsoup32 \
${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \
${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \
${PYTHON_PKGNAMEPREFIX}mechanize>=0:${PORTSDIR}/www/py-mechanize \