diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-02-19 16:20:42 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-02-19 16:20:42 +0000 |
commit | ae61507c0c81a9d6778656014dac64cdc64eb995 (patch) | |
tree | f8a3be0074b269ddac8b288c7cac4f12a044a6f7 /security | |
parent | ef708e6d8a0a77d824a3358117bbfafc366bc1c4 (diff) | |
download | ports-ae61507c0c81a9d6778656014dac64cdc64eb995.tar.gz ports-ae61507c0c81a9d6778656014dac64cdc64eb995.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/pam-modules/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pam-modules/Makefile b/security/pam-modules/Makefile index 48e9cbb5ad30..9e61510ccc64 100644 --- a/security/pam-modules/Makefile +++ b/security/pam-modules/Makefile @@ -31,7 +31,8 @@ MYSQL_USE= MYSQL PGSQL_CONFIGURE_ENABLE= pgsql PGSQL_DESC= Build pam_pgsql -PGSQL_VARS= USES+=pgsql WANT_PGSQL=client +PGSQL_USES= pgsql +PGSQL_VARS= WANT_PGSQL=client SYSLOG_CONFIGURE_ENABLE= log SYSLOG_DESC= Build pam_log |