summaryrefslogtreecommitdiff
path: root/x11/xlockmore
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-11-15 11:59:18 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-11-15 11:59:18 +0000
commitb7f45de809abf92d4ef00cb16d30c9c25e470af3 (patch)
tree9ef1895e70a9733142c3e6c7f440d04d701e92bc /x11/xlockmore
parento) Missing $ in patch file (patch-scripts-Makefile.in) (diff)
- Add WITH_PAM knob.
PR: ports/89060 Submitted by: Ronald Klop <ronald@cs.vu.nl>
Notes
Notes: svn path=/head/; revision=148367
Diffstat (limited to 'x11/xlockmore')
-rw-r--r--x11/xlockmore/Makefile5
1 files changed, 5 insertions, 0 deletions
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