diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2018-03-11 17:38:45 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2018-03-11 17:38:45 +0000 |
commit | 88b492b029f8dc46d990b19c522bbae931c597d0 (patch) | |
tree | 85e51f0eab4b6fd29e00eb4c35134e96e53c579a /www/mod_auth_mysql_another/Makefile | |
parent | d05bbd04160c3afe705e88719c0a3749c4229949 (diff) |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache
Notes
Notes:
svn path=/head/; revision=464189
Diffstat (limited to 'www/mod_auth_mysql_another/Makefile')
-rw-r--r-- | www/mod_auth_mysql_another/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_auth_mysql_another/Makefile b/www/mod_auth_mysql_another/Makefile index ad39d5271cc5..4813913ce7f6 100644 --- a/www/mod_auth_mysql_another/Makefile +++ b/www/mod_auth_mysql_another/Makefile @@ -14,7 +14,7 @@ COMMENT= Allows users to use MySQL databases for user authentication LICENSE= APACHE10 USE_MYSQL= yes -USE_APACHE= 22+ +USES= apache:2.2+ SHORTMODNAME= mysql_auth AP_FAST_BUILD= yes |