diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-09 16:48:10 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-09 16:48:10 +0000 |
commit | e88851aa14591dd5721b2e69eb59c334e1a1bafa (patch) | |
tree | 8d7703583022a8687a9da2b9c8dc96e13c7d17f5 /net/netatalk-devel | |
parent | d2d31b4f078185110bc03802057944121c9b60a5 (diff) | |
download | FreeBSD-ports-e88851aa14591dd5721b2e69eb59c334e1a1bafa.zip FreeBSD-ports-e88851aa14591dd5721b2e69eb59c334e1a1bafa.tar.gz |
Fix PAM support on -stable.
Submitted by: nork
Diffstat (limited to 'net/netatalk-devel')
-rw-r--r-- | net/netatalk-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netatalk-devel/Makefile b/net/netatalk-devel/Makefile index 2125aff..860518f 100644 --- a/net/netatalk-devel/Makefile +++ b/net/netatalk-devel/Makefile @@ -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 |