diff options
Diffstat (limited to 'mail/spamilter')
-rw-r--r-- | mail/spamilter/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile index 9c6f41c5c136..01220a9e8a13 100644 --- a/mail/spamilter/Makefile +++ b/mail/spamilter/Makefile @@ -51,6 +51,10 @@ CONFIGURE_ARGS+= --with-popauth CONFIGURE_ARGS+= --with-pam .endif +.if ${OSVERSION} >= 700014 +CONFIGURE_ARGS+= --have-resn +.endif + PLIST_FILES+= bin/dnsblchk bin/dnsblupd bin/ipfwmtad bin/mxlookup \ bin/spamilter \ bin/spamilter-system-report bin/spamilter-user-report \ |