diff options
Diffstat (limited to 'www/py-beautifulsoup4/Makefile')
-rw-r--r-- | www/py-beautifulsoup4/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/py-beautifulsoup4/Makefile b/www/py-beautifulsoup4/Makefile index 31d991a83c3..1d654d8e5e1 100644 --- a/www/py-beautifulsoup4/Makefile +++ b/www/py-beautifulsoup4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/06/04 06:36:35 dholland Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/03 22:14:03 wiz Exp $ # DISTNAME= beautifulsoup4-4.1.0 @@ -17,8 +17,6 @@ PKG_DESTDIR_SUPPORT= user-destdir # cannot enable this until py-lxml supports it # (otherwise pbulk fails during indexing) #PYTHON_VERSIONS_INCLUDE_3X= yes -# multiple syntax errors during install -PYTHON_VERSIONS_INCOMPATIBLE= 25 do-test: cd ${WRKSRC} && ${PYTHONBIN} -m unittest discover -s bs4 |