diff options
author | kris <kris@FreeBSD.org> | 2007-03-11 17:09:16 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-03-11 17:09:16 +0800 |
commit | 72d9a64c0f4c298aa83fd2a450ca376e02acb611 (patch) | |
tree | bbef0aaf8fe807e752ffb20a2beaeb9ec9001b55 /www | |
parent | 290c5326c3d3947c5efce909e7891a8297ffb970 (diff) | |
download | freebsd-ports-gnome-72d9a64c0f4c298aa83fd2a450ca376e02acb611.tar.gz freebsd-ports-gnome-72d9a64c0f4c298aa83fd2a450ca376e02acb611.tar.zst freebsd-ports-gnome-72d9a64c0f4c298aa83fd2a450ca376e02acb611.zip |
BROKEN: Does not build
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_mysql/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile index 8c367a8fa310..0bec59bf04e3 100644 --- a/www/mod_auth_mysql/Makefile +++ b/www/mod_auth_mysql/Makefile @@ -17,6 +17,8 @@ COMMENT= Allows users to use MySQL databases for user authentication BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/${APACHE_PORT} +BROKEN= Does not build + USE_MYSQL= yes WANT_APACHE= 13 |