Add WITH_SYSLOG knob.

Submitted by:	Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp>
PR:		62629
This commit is contained in:
Sergey A. Osokin 2004-02-11 17:47:34 +00:00
parent 02f1019499
commit 1fdb0bc2d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100694

View file

@ -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>