mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
add WITH_AUTHDAEMON option to allow use of courier authdaemond.
PR: ports/72093 Submitted by: Marcin Gryszkalis
This commit is contained in:
parent
d7bf03c4ea
commit
6675e618e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119025
@ -111,6 +111,10 @@ CONFIGURE_ARGS+=--enable-sql
|
||||
SQL= "@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_AUTHDAEMON)
|
||||
CONFIGURE_ARGS+=--with-authdaemond
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DEV_URANDOM)
|
||||
CONFIGURE_ARGS+=--with-devrandom=/dev/urandom
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user