diff options
author | flz <flz@FreeBSD.org> | 2005-11-15 19:59:18 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-11-15 19:59:18 +0800 |
commit | 271299410dfbb6641fe49e8da2d317d69456c9c2 (patch) | |
tree | f432e0b66155a1c1a4d660c7fd7a1b8e81c6228d /x11 | |
parent | 64dc03ebb4e8845b863a1c786ca6e24bacd58f8a (diff) | |
download | freebsd-ports-gnome-271299410dfbb6641fe49e8da2d317d69456c9c2.tar.gz freebsd-ports-gnome-271299410dfbb6641fe49e8da2d317d69456c9c2.tar.zst freebsd-ports-gnome-271299410dfbb6641fe49e8da2d317d69456c9c2.zip |
- Add WITH_PAM knob.
PR: ports/89060
Submitted by: Ronald Klop <ronald@cs.vu.nl>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 5 |
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 |