aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
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 /deskutils
parent65176ecdeb3b43713db300ffb78478e46983ddf5 (diff)
downloadfreebsd-ports-graphics-3c2f127ac3c065aaec2f398ac346fecf69b57193.tar.gz
freebsd-ports-graphics-3c2f127ac3c065aaec2f398ac346fecf69b57193.tar.zst
freebsd-ports-graphics-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 '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 cde8f93d440..81e6254d503 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 \