diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-17 07:52:32 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-17 07:52:32 +0000 |
commit | 79868225b73d328f997befa0a9183a274b194359 (patch) | |
tree | 97d27bdb66e96fd1252ad07498cc4f5909a22594 /www/Makefile | |
parent | 6f21bbfd7dc7c424b0f8ef1e5dff30a1e15f28b1 (diff) |
new port: mod_roaming2
mod_roaming has been updated for Apache2. This is a new
port to add this new version of mod_roaming depending on
Apache2. The existing mod_roaming is still necessary for
Apache 1.3.x.
PR: ports/38155
Submitted by: Vivek Khera <vivek@kciLink.com>
Notes
Notes:
svn path=/head/; revision=73317
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 682d7030e4c4..0719973acf96 100644 --- a/www/Makefile +++ b/www/Makefile @@ -198,6 +198,7 @@ SUBDIR += mod_python SUBDIR += mod_python3 SUBDIR += mod_roaming + SUBDIR += mod_roaming2 SUBDIR += mod_ruby SUBDIR += mod_scgi SUBDIR += mod_sed |