summaryrefslogtreecommitdiff
path: root/x11/xlockmore
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-11-29 18:24:50 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-11-29 18:24:50 +0000
commit0788b1b04571c6378ab33695254a7ec97530cf68 (patch)
treede5860c5905b55504c1cc82c500ebdbbce6b0cc1 /x11/xlockmore
parentUpdate to DAT 4639 (diff)
- Add WITH_NICE_ONLY knob to enable only low-cpu modes.
PR: ports/76358 Submitted by: Yuri Y. Bushmelev <jay-dev@simcom.ru>
Notes
Notes: svn path=/head/; revision=149922
Diffstat (limited to 'x11/xlockmore')
-rw-r--r--x11/xlockmore/Makefile4
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