summaryrefslogtreecommitdiff
path: root/x11/wdm
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-27 01:28:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-27 01:28:55 +0000
commit592e9d783a3b341f476ce1adf06decba9120efd9 (patch)
tree02f238bdc4266b89f166c22dba36b2f107bedd78 /x11/wdm
parentUpdate to 0.195 (diff)
Grr. Try harder to fix PAM case.
Notes
Notes: svn path=/head/; revision=68896
Diffstat (limited to 'x11/wdm')
-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