aboutsummaryrefslogtreecommitdiff
path: root/net/netatalk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-09-12 18:15:29 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-09-12 18:15:29 +0000
commit2b6c6f9c43d5beb725aba184c252f2a2ac186531 (patch)
treefc8f3f58b41dbc88bf6a5d45e51b6f49c77d9104 /net/netatalk
parent6919a81f8158d7b4c92cffa656b33b151f0e9344 (diff)
downloadports-2b6c6f9c43d5beb725aba184c252f2a2ac186531.tar.gz
ports-2b6c6f9c43d5beb725aba184c252f2a2ac186531.zip
Fix PAM support.
Submitted by: Miguel Ramos <2009@miguel.ramos.name>
Notes
Notes: svn path=/head/; revision=241284
Diffstat (limited to 'net/netatalk')
-rw-r--r--net/netatalk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile
index 289506abc39a..6d4f3c2e4aab 100644
--- a/net/netatalk/Makefile
+++ b/net/netatalk/Makefile
@@ -38,7 +38,7 @@ PLIST_SUB+= NETATALKKRB5="@comment "
.endif
.if defined(WITH_PAM)
-CONFIGURE_ARGS+= --with-pam=/etc/pam.d
+CONFIGURE_ARGS+= --with-pam
PLIST_SUB+= NETATALKPAM=""
.else
CONFIGURE_ARGS+= --without-pam