summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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