diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-07-31 21:38:28 +0800 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-07-31 21:38:28 +0800 |
commit | 9ae1f94968d975a3fe70465d05c7cd93f8824bf6 (patch) | |
tree | 4f8c2dc512015a207e1ac020ab94d896c9ca48c8 /textproc | |
parent | 45ce78f3efeac959fe7b6fbc8c78998e325df920 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |