diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-11-29 18:24:50 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-11-29 18:24:50 +0000 |
commit | 0788b1b04571c6378ab33695254a7ec97530cf68 (patch) | |
tree | de5860c5905b55504c1cc82c500ebdbbce6b0cc1 /x11 | |
parent | 4804d85ae9e28f0b6d1954c2740b239c95fceff5 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 8e4dafe4b0c6..f7681fbbda74 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -50,6 +50,10 @@ USE_GL= yes CONFIGURE_ARGS+= --without-mesa --without-opengl .endif +.if defined(WITH_NICE_ONLY) +CONFIGURE_ARGS+= --enable-nice-only +.endif + .if defined(WITH_PAM) CONFIGURE_ARGS+= --enable-pam .endif |