diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-27 01:28:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-27 01:28:55 +0000 |
commit | 592e9d783a3b341f476ce1adf06decba9120efd9 (patch) | |
tree | 02f238bdc4266b89f166c22dba36b2f107bedd78 /x11/wdm/Makefile | |
parent | Update to 0.195 (diff) |
Grr. Try harder to fix PAM case.
Notes
Notes:
svn path=/head/; revision=68896
Diffstat (limited to 'x11/wdm/Makefile')
-rw-r--r-- | x11/wdm/Makefile | 2 |
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 |