aboutsummaryrefslogtreecommitdiffstats
path: root/mail/spamilter
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-03-31 13:53:40 +0800
committerdinoex <dinoex@FreeBSD.org>2006-03-31 13:53:40 +0800
commitc0b619bf4b844a13c45700acf806fdabea2c57a8 (patch)
tree20d4110b025ea3041c3c59ec0c5f1824b3b68a53 /mail/spamilter
parent2aa4997331ed391083cdd656aa26e82452ae8efb (diff)
downloadfreebsd-ports-gnome-c0b619bf4b844a13c45700acf806fdabea2c57a8.tar.gz
freebsd-ports-gnome-c0b619bf4b844a13c45700acf806fdabea2c57a8.tar.zst
freebsd-ports-gnome-c0b619bf4b844a13c45700acf806fdabea2c57a8.zip
- fix build on 7-CURRENT
Submitted by: Hajimu UMEMOTO
Diffstat (limited to 'mail/spamilter')
-rw-r--r--mail/spamilter/Makefile4
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 \