mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Fix PAM support on -stable.
Submitted by: nork
This commit is contained in:
parent
155e21b8b3
commit
fa3d389a2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65923
@ -29,6 +29,7 @@ USE_BZIP2= yes
|
||||
CONFIGURE_ARGS+= --with-tcp-wrappers \
|
||||
--with-pkgconfdir=${PREFIX}/etc
|
||||
.if defined(WITH_PAM)
|
||||
CONFIGURE_ARGS+= --with-pam=/etc/pam.d
|
||||
PLIST_SUB+= NETATALKPAM=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-pam
|
||||
|
@ -29,6 +29,7 @@ USE_BZIP2= yes
|
||||
CONFIGURE_ARGS+= --with-tcp-wrappers \
|
||||
--with-pkgconfdir=${PREFIX}/etc
|
||||
.if defined(WITH_PAM)
|
||||
CONFIGURE_ARGS+= --with-pam=/etc/pam.d
|
||||
PLIST_SUB+= NETATALKPAM=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-pam
|
||||
|
Loading…
Reference in New Issue
Block a user