diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-03-16 08:42:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-03-16 08:42:10 +0000 |
commit | 31efbc1fbdecf1ed2ee0dca6af1ec21089deb014 (patch) | |
tree | bdcc55d87fc4738ff73d45fc2143e1c6299150d5 /x11/wdm | |
parent | c1593726b3f9bfbdc885be19a33f4e473265e35a (diff) | |
download | ports-31efbc1fbdecf1ed2ee0dca6af1ec21089deb014.tar.gz ports-31efbc1fbdecf1ed2ee0dca6af1ec21089deb014.zip |
Notes
Diffstat (limited to 'x11/wdm')
-rw-r--r-- | x11/wdm/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index 73ccfb056562..871406e42338 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -35,16 +35,6 @@ 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 |