1
0
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:
Joe Marcus Clarke 2002-09-09 16:48:10 +00:00
parent 155e21b8b3
commit fa3d389a2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65923
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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