diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 9c7d956faf0..211609ef3bf 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.884 2012/06/02 05:55:13 taca Exp $ +# $NetBSD: Makefile,v 1.885 2012/06/03 21:30:59 wiz Exp $ # COMMENT= Packages related to the World Wide Web @@ -550,6 +550,7 @@ SUBDIR+= py-ClientForm SUBDIR+= py-HTMLgen SUBDIR+= py-PasteDeploy SUBDIR+= py-beautifulsoup +SUBDIR+= py-beautifulsoup4 SUBDIR+= py-blosxom SUBDIR+= py-cherrypy SUBDIR+= py-clearsilver |