diff options
Diffstat (limited to 'www/py-beautifulsoup')
-rw-r--r-- | www/py-beautifulsoup/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/py-beautifulsoup/Makefile b/www/py-beautifulsoup/Makefile index 3b4f13550479..dc5a709fafc1 100644 --- a/www/py-beautifulsoup/Makefile +++ b/www/py-beautifulsoup/Makefile @@ -7,6 +7,7 @@ PORTNAME= beautifulsoup PORTVERSION= 3.1.0.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://www.crummy.com/software/BeautifulSoup/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,4 +20,6 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= BeautifulSoup +CONFLICTS= py[0-9]*-beautifulsoup-3.0.* + .include <bsd.port.mk> |