diff options
author | jnemeth <jnemeth> | 2009-03-07 02:24:32 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2009-03-07 02:24:32 +0000 |
commit | 298be17079ebc8a6ac978bc2164c355bb35a289d (patch) | |
tree | 159afd513a07a4bfc335adcc846f7aa337736142 /www/Makefile | |
parent | 131f860200a0d73251da07dddc3879b3535a88c5 (diff) | |
download | pkgsrc-298be17079ebc8a6ac978bc2164c355bb35a289d.tar.gz |
add and enable ap-scgi, ap2-auth-mellon, and py-scgi
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 1013b29f826..4ddfd1779b8 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.637 2009/03/04 02:11:44 jmcneill Exp $ +# $NetBSD: Makefile,v 1.638 2009/03/07 02:24:32 jnemeth Exp $ # COMMENT= Packages related to the World Wide Web @@ -37,11 +37,13 @@ SUBDIR+= ap-python SUBDIR+= ap-rivet SUBDIR+= ap-rpaf SUBDIR+= ap-ruby +SUBDIR+= ap-scgi SUBDIR+= ap-ssl SUBDIR+= ap-throttle SUBDIR+= ap-xslt SUBDIR+= ap2-auth-external SUBDIR+= ap2-auth-ldap +SUDBID+= ap2-auth-mellon SUBDIR+= ap2-auth-mysql SUBDIR+= ap2-auth-ntlm SUBDIR+= ap2-auth-pgsql @@ -436,6 +438,7 @@ SUBDIR+= py-moin SUBDIR+= py-nevow SUBDIR+= py-paste SUBDIR+= py-rss2gen +SUDBID+= py-scgi SUBDIR+= py-simpletal SUBDIR+= py-swish-e SUBDIR+= py-webpy |