1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Re-enable PAM support, problems are fixed.

This commit is contained in:
Chris Piazza 2000-03-19 02:44:09 +00:00
parent e142a5b9ef
commit 42245e3151
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26807

View File

@ -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