aboutsummaryrefslogtreecommitdiff
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
parent4804d85ae9e28f0b6d1954c2740b239c95fceff5 (diff)
downloadports-0788b1b04571c6378ab33695254a7ec97530cf68.tar.gz
ports-0788b1b04571c6378ab33695254a7ec97530cf68.zip
Notes
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