From 271299410dfbb6641fe49e8da2d317d69456c9c2 Mon Sep 17 00:00:00 2001 From: flz Date: Tue, 15 Nov 2005 11:59:18 +0000 Subject: - Add WITH_PAM knob. PR: ports/89060 Submitted by: Ronald Klop --- x11/xlockmore/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'x11') diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index d13cb86b872f..8e4dafe4b0c6 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -7,6 +7,7 @@ PORTNAME= xlockmore PORTVERSION= 5.20.1 +PORTREVISION= 1 CATEGORIES?= x11 MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ http://www.tux.org/~bagleyd/latest/ @@ -49,6 +50,10 @@ USE_GL= yes CONFIGURE_ARGS+= --without-mesa --without-opengl .endif +.if defined(WITH_PAM) +CONFIGURE_ARGS+= --enable-pam +.endif + .if defined(WITH_MB) CONFIGURE_ARGS+= --enable-use_mb .endif -- cgit