diff options
Diffstat (limited to 'www/mod_auth_mysql2/Makefile')
-rw-r--r-- | www/mod_auth_mysql2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_auth_mysql2/Makefile b/www/mod_auth_mysql2/Makefile index a4870da0f923..32485463bd30 100644 --- a/www/mod_auth_mysql2/Makefile +++ b/www/mod_auth_mysql2/Makefile @@ -14,9 +14,8 @@ COMMENT= MySQL-based authentication module with VirtualHost support LICENSE= APACHE20 -USES= apache:2.2+ tar:tgz +USES= apache:2.2+ mysql tar:tgz WRKSRC= ${WRKDIR}/${PORTNAME} -USE_MYSQL= yes AP_FAST_BUILD= yes AP_GENPLIST= yes AP_INC+= ${LOCALBASE}/include/mysql |