diff options
author | sborrill <sborrill@pkgsrc.org> | 2007-12-20 15:04:26 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2007-12-20 15:04:26 +0000 |
commit | ca65197cab07a86f8c20d3e147009aa9dc3f4c26 (patch) | |
tree | ef67eaed9a7e7854136814cf98aa911bc9fca3c3 /www/Makefile | |
parent | 3dbdd0370d4264ef8cacde663c7dcd83cc4b515f (diff) | |
download | pkgsrc-ca65197cab07a86f8c20d3e147009aa9dc3f4c26.tar.gz |
Split ap-auth-external into Apache 1.x and 2.x versions
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 225cd38871e..34915d1df86 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.531 2007/12/18 16:05:43 taca Exp $ +# $NetBSD: Makefile,v 1.532 2007/12/20 15:04:26 sborrill Exp $ # COMMENT= Packages related to the World Wide Web @@ -38,6 +38,7 @@ SUBDIR+= ap-ruby SUBDIR+= ap-ssl SUBDIR+= ap-throttle SUBDIR+= ap-xslt +SUBDIR+= ap2-auth-external SUBDIR+= ap2-auth-ldap SUBDIR+= ap2-auth-mysql SUBDIR+= ap2-auth-pgsql |