diff options
author | flz <flz@FreeBSD.org> | 2005-11-30 02:24:50 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-11-30 02:24:50 +0800 |
commit | 6bf9a0e6832eeed1750fdd7781440614b4c253c6 (patch) | |
tree | 6a3c198a60502806a7a036ebd4216d8e87416923 /x11 | |
parent | b58640c00343bda4aae0eea27a493532fb896b17 (diff) | |
download | freebsd-ports-gnome-6bf9a0e6832eeed1750fdd7781440614b4c253c6.tar.gz freebsd-ports-gnome-6bf9a0e6832eeed1750fdd7781440614b4c253c6.tar.zst freebsd-ports-gnome-6bf9a0e6832eeed1750fdd7781440614b4c253c6.zip |
- Add WITH_NICE_ONLY knob to enable only low-cpu modes.
PR: ports/76358
Submitted by: Yuri Y. Bushmelev <jay-dev@simcom.ru>
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 |