aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-09-13 02:15:29 +0800
committermarcus <marcus@FreeBSD.org>2009-09-13 02:15:29 +0800
commit6c64dd39d954e3dd3dad741c85f5f17cad62599f (patch)
tree66e28d1f7d3698f5c6a3a92e40d3c9bc430e1163 /net
parent26025576c6a4eb90083dc151a34b82a085cdc202 (diff)
downloadfreebsd-ports-gnome-6c64dd39d954e3dd3dad741c85f5f17cad62599f.tar.gz
freebsd-ports-gnome-6c64dd39d954e3dd3dad741c85f5f17cad62599f.tar.zst
freebsd-ports-gnome-6c64dd39d954e3dd3dad741c85f5f17cad62599f.zip
Fix PAM support.
Submitted by: Miguel Ramos <2009@miguel.ramos.name>
Diffstat (limited to 'net')
-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