aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
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 /textproc
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 'textproc')
-rw-r--r--textproc/archmage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/archmage/Makefile b/textproc/archmage/Makefile
index bbfb57b2a17f..b1d3061491e1 100644
--- a/textproc/archmage/Makefile
+++ b/textproc/archmage/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Extensible reader/decompiler of files in CHM format
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/chm/chm.py:${PORTSDIR}/textproc/pychm \
- ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=0:${PORTSDIR}/www/py-beautifulsoup32
+ ${PYTHON_SITELIBDIR}/BeautifulSoup.py:${PORTSDIR}/www/py-beautifulsoup32
NO_BUILD= yes
USE_BZIP2= yes