aboutsummaryrefslogtreecommitdiff
path: root/x11/wdm
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-03-19 02:44:09 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-03-19 02:44:09 +0000
commit42245e3151ff2a76794b2d3f160548565aefbe00 (patch)
tree966963ab6eca67215cbc3430e1608e25c4875417 /x11/wdm
parente142a5b9effd8733420acbcbfe0364fd1e8ea957 (diff)
downloadports-42245e3151ff2a76794b2d3f160548565aefbe00.tar.gz
ports-42245e3151ff2a76794b2d3f160548565aefbe00.zip
Re-enable PAM support, problems are fixed.
Notes
Notes: svn path=/head/; revision=26807
Diffstat (limited to 'x11/wdm')
-rw-r--r--x11/wdm/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile
index 871406e42338..73ccfb056562 100644
--- a/x11/wdm/Makefile
+++ b/x11/wdm/Makefile
@@ -35,6 +35,16 @@ MAN1= wdm.1 wdmLogin.1
DAEMONPIC= daemon1-HQ-1280x960.jpg
+.if defined(USE_PAM)
+CONFIGURE_ARGS+= --enable-pam
+LIBPAM= -lpam
+.endif
+
+pre-fetch:
+.if !defined(USE_PAM)
+ @${ECHO_MSG} "To build this port with PAM support, define \"USE_PAM\"."
+.endif
+
post-extract:
@${CP} ${FILESDIR}/*.patch ${WRKSRC}/patches