diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-03-19 02:44:09 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-03-19 02:44:09 +0000 |
commit | 42245e3151ff2a76794b2d3f160548565aefbe00 (patch) | |
tree | 966963ab6eca67215cbc3430e1608e25c4875417 /x11/wdm | |
parent | e142a5b9effd8733420acbcbfe0364fd1e8ea957 (diff) | |
download | ports-42245e3151ff2a76794b2d3f160548565aefbe00.tar.gz ports-42245e3151ff2a76794b2d3f160548565aefbe00.zip |
Notes
Diffstat (limited to 'x11/wdm')
-rw-r--r-- | x11/wdm/Makefile | 10 |
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 |