diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-25 12:19:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-25 12:19:43 +0000 |
commit | 964858137d6f68a2a2ed9747e79ed71e11c0428c (patch) | |
tree | ab9fc35c083927690b346175a37b069a1d344622 /www/mod_auth_pgsql2/Makefile | |
parent | ea1ddaae969d9bec6264bed6d4cd09a57ebbd8a6 (diff) |
Notes
Diffstat (limited to 'www/mod_auth_pgsql2/Makefile')
-rw-r--r-- | www/mod_auth_pgsql2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_auth_pgsql2/Makefile b/www/mod_auth_pgsql2/Makefile index e7080c966e56..e6eb05032fb0 100644 --- a/www/mod_auth_pgsql2/Makefile +++ b/www/mod_auth_pgsql2/Makefile @@ -11,7 +11,7 @@ PKGNAMESUFFIX= 2 MAINTAINER= apache@FreeBSD.org COMMENT= Allows users to use PostgreSQL databases for user authentication -USE_PGSQL= yes +USES= pgsql USE_APACHE= 22 AP_INC?= ${LOCALBASE}/include |