aboutsummaryrefslogtreecommitdiffstats
path: root/x11/wdm
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>2000-03-19 10:44:09 +0800
committercpiazza <cpiazza@FreeBSD.org>2000-03-19 10:44:09 +0800
commit2f07bd5a023624d6ca9114b2735e0806660be991 (patch)
tree2f8e1cff8ad4df74c139249d0e3ce2c48f7bfc61 /x11/wdm
parentd69bff70b82dcff018edf62a469a1aae68d54b0a (diff)
downloadfreebsd-ports-gnome-2f07bd5a023624d6ca9114b2735e0806660be991.tar.gz
freebsd-ports-gnome-2f07bd5a023624d6ca9114b2735e0806660be991.tar.zst
freebsd-ports-gnome-2f07bd5a023624d6ca9114b2735e0806660be991.zip
Re-enable PAM support, problems are fixed.
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