aboutsummaryrefslogtreecommitdiff
path: root/security/pam-modules
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-02-19 16:20:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-02-19 16:20:42 +0000
commitae61507c0c81a9d6778656014dac64cdc64eb995 (patch)
treef8a3be0074b269ddac8b288c7cac4f12a044a6f7 /security/pam-modules
parentef708e6d8a0a77d824a3358117bbfafc366bc1c4 (diff)
downloadports-ae61507c0c81a9d6778656014dac64cdc64eb995.tar.gz
ports-ae61507c0c81a9d6778656014dac64cdc64eb995.zip
Don't abuse opt_VARS to add to USES.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=462333
Diffstat (limited to 'security/pam-modules')
-rw-r--r--security/pam-modules/Makefile3
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