aboutsummaryrefslogtreecommitdiff
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
parentaa015e542798d1854c11ca679154821d795c111f (diff)
downloadports-592e9d783a3b341f476ce1adf06decba9120efd9.tar.gz
ports-592e9d783a3b341f476ce1adf06decba9120efd9.zip
Notes
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