aboutsummaryrefslogtreecommitdiff
path: root/mail/spamilter
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-07-19 04:02:59 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-07-19 04:02:59 +0000
commit56f7f10e46964cbf65788530e6729b314fc62f06 (patch)
tree947aaccada6a1b235d2e34c964fda2ad0815b68f /mail/spamilter
parentb3d60d11fd485191eb16412d46baac3edfb07117 (diff)
- fix build on RELENG_6
Submitted by: ume (Hajimu UMEMOTO)
Notes
Notes: svn path=/head/; revision=168206
Diffstat (limited to 'mail/spamilter')
-rw-r--r--mail/spamilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile
index a9aa9b6e226f..c0790f5fc02c 100644
--- a/mail/spamilter/Makefile
+++ b/mail/spamilter/Makefile
@@ -50,7 +50,7 @@ CONFIGURE_ARGS+= --with-popauth
CONFIGURE_ARGS+= --with-pam
.endif
-.if ${OSVERSION} >= 700015
+.if ${OSVERSION} >= 700015 || (${OSVERSION} < 700000 && ${OSVERSION} >= 601103)
CONFIGURE_ARGS+= --have-resn
.endif