From 9ae1f94968d975a3fe70465d05c7cd93f8824bf6 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Tue, 31 Jul 2012 13:38:28 +0000 Subject: - 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. --- textproc/archmage/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc') 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 -- cgit v1.2.3