Add WITH_SYSLOG knob.
Submitted by: Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp> PR: 62629
This commit is contained in:
parent
02f1019499
commit
1fdb0bc2d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100694
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue