summaryrefslogtreecommitdiff
path: root/x11/xlockmore
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2004-02-11 17:47:34 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2004-02-11 17:47:34 +0000
commit1fdb0bc2d0007eeaa69b56934530a1b4412805d9 (patch)
tree03de59f2507ef794edd3d3b85b17f4304e86bb9d /x11/xlockmore
parentUpdate to 0.4.4 (diff)
Add WITH_SYSLOG knob.
Submitted by: Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp> PR: 62629
Notes
Notes: svn path=/head/; revision=100694
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 e05ae7e8387b..bd5d0e1d3755 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -55,6 +55,10 @@ CONFIGURE_ARGS+= --enable-use_mb
CONFIGURE_ARGS+= --with-lang=${XLOCKMORE_LANG}
.endif
+.if defined(WITH_SYSLOG)
+CONFIGURE_ARGS+= --enable-syslog
+.endif
+
CONFIGURE_ENV+= XLOCKLIBS="${KRB5LIB} ${KRB4LIB} ${MESALIB}"
.include <bsd.port.pre.mk>