aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/wdm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile
index 2c42a1f2479c..5d185899471b 100644
--- a/x11/wdm/Makefile
+++ b/x11/wdm/Makefile
@@ -57,7 +57,7 @@ WITH_PAM= yes
.endif
.if defined(WITH_PAM)
-CONFIGURE_ARGS+= --enable-pam
+CONFIGURE_ARGS+= --enable-pam --with-pamdir=${LOCALBASE}/etc/pam.d/
LIBPAM= -lpam
PLIST_SUB+= PAM=""
.else