diff options
-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 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> |