add WITH_AUTHDAEMON option to allow use of courier authdaemond.

PR:		ports/72093
Submitted by:	Marcin Gryszkalis
This commit is contained in:
Hajimu UMEMOTO 2004-10-12 14:10:43 +00:00
parent d7bf03c4ea
commit 6675e618e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119025

View File

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