diff options
author | nbm <nbm@FreeBSD.org> | 2000-08-03 19:19:05 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-08-03 19:19:05 +0800 |
commit | efbb1815b51d98583c973bbd53988f1d21013493 (patch) | |
tree | a50d1923a4db4cf6ecdf4115b4abc1fd88c547d5 /www/Makefile | |
parent | 7173d932bf0cf75d5bcbb04086481211381c60da (diff) | |
download | freebsd-ports-gnome-efbb1815b51d98583c973bbd53988f1d21013493.tar.gz freebsd-ports-gnome-efbb1815b51d98583c973bbd53988f1d21013493.tar.zst freebsd-ports-gnome-efbb1815b51d98583c973bbd53988f1d21013493.zip |
Add mod_auth_mysql, allowing apache to authenticate against a mysql
database.
PR: ports/18730
Submitted by: James Housley <jim@thehousleys.net>
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 6ac36aa83cc4..1b1a90b7e2e9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -89,6 +89,7 @@ SUBDIR += marc-search SUBDIR += mathopd SUBDIR += mhonarc + SUBDIR += mod_auth_mysql SUBDIR += mod_dav SUBDIR += mod_dtcl SUBDIR += mod_fastcgi |