diff options
author | epg <epg@pkgsrc.org> | 2009-11-10 17:18:44 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2009-11-10 17:18:44 +0000 |
commit | cbc895690a15308574cdabbc52828b374b449626 (patch) | |
tree | 3bd60dedf9dcb9ac4662c78f0f5718d482efd4d6 /www | |
parent | aa822d67368e143c0bc8286632a8f74f2340886b (diff) | |
download | pkgsrc-cbc895690a15308574cdabbc52828b374b449626.tar.gz |
Add and enable py-PasteDeploy.
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 8d6a29a1efc..2eefe7874a3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.669 2009/11/10 10:52:51 sborrill Exp $ +# $NetBSD: Makefile,v 1.670 2009/11/10 17:18:44 epg Exp $ # COMMENT= Packages related to the World Wide Web @@ -435,6 +435,7 @@ SUBDIR+= pound SUBDIR+= privoxy SUBDIR+= py-ClientForm SUBDIR+= py-HTMLgen +SUBDIR+= py-PasteDeploy SUBDIR+= py-beautifulsoup SUBDIR+= py-clearsilver SUBDIR+= py-curl |