From d22cbcc0186bfcde72d3058c3d06d1032bb7157e Mon Sep 17 00:00:00 2001 From: reg Date: Mon, 17 Apr 2000 00:19:02 +0000 Subject: Standardize all user defined options to the booleans WITH_FOO and WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports --- x11/wdm/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11/wdm') diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index d1fbb84..d052c24 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -36,14 +36,14 @@ MAN1= wdm.1 wdmLogin.1 DAEMONPIC= daemon1-HQ-1280x960.jpg -.if defined(USE_PAM) +.if defined(WITH_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\"." +.if !defined(WITH_PAM) + @${ECHO_MSG} "To build this port with PAM support, define \"WITH_PAM\"." .endif post-extract: -- cgit v1.1