diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-11-15 11:59:18 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-11-15 11:59:18 +0000 |
commit | b7f45de809abf92d4ef00cb16d30c9c25e470af3 (patch) | |
tree | 9ef1895e70a9733142c3e6c7f440d04d701e92bc /x11/xlockmore | |
parent | 78525ebfa95dcb70e63f4b4e867a7bd5ad632def (diff) | |
download | ports-b7f45de809abf92d4ef00cb16d30c9c25e470af3.tar.gz ports-b7f45de809abf92d4ef00cb16d30c9c25e470af3.zip |
Notes
Diffstat (limited to 'x11/xlockmore')
-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 |