1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

change --disable-pam to --disable-auth-pam in Makefile

PR:		80099
This commit is contained in:
Michael Haro 2005-04-20 00:24:49 +00:00
parent 3ff7677ce7
commit 0aa3353b5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133718
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ CONFIGURE_ARGS+= --enable-force-setpassent
.endif
.if defined(WITHOUT_PAM)
CONFIGURE_ARGS+= --disable-pam
CONFIGURE_ARGS+= --disable-auth-pam
.endif
.if defined(WITH_IPV6)

View File

@ -89,7 +89,7 @@ CONFIGURE_ARGS+= --enable-force-setpassent
.endif
.if defined(WITHOUT_PAM)
CONFIGURE_ARGS+= --disable-pam
CONFIGURE_ARGS+= --disable-auth-pam
.endif
.if defined(WITH_IPV6)