diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-07-27 17:35:52 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-07-27 17:35:52 +0000 |
commit | 6a47716bdf645e13c44ead51d2186f85a8b3106d (patch) | |
tree | 0d5daa34e7e31cc3f87926c394a4cdcc6e187795 /mail/spamilter | |
parent | 47cf5985ac2f72a935c96115462b451be2d0c98e (diff) | |
download | ports-6a47716bdf645e13c44ead51d2186f85a8b3106d.tar.gz ports-6a47716bdf645e13c44ead51d2186f85a8b3106d.zip |
Notes
Diffstat (limited to 'mail/spamilter')
-rw-r--r-- | mail/spamilter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile index 78fedc170bf0..8a28292a88a4 100644 --- a/mail/spamilter/Makefile +++ b/mail/spamilter/Makefile @@ -44,8 +44,10 @@ ALL_TARGET= spamilter dnsblchk mxlookup iflookup PLIST_FILES+= bin/ipfwmtad .endif .if ${OSVERSION} > 501000 +.if ${OSVERSION} < 504000 IGNORE= is unusable because of resource starvation in threads .endif +.endif .if !defined(SENDMAIL_MILTER_IN_BASE) LDFLAGS+= -L${LOCALBASE}/lib |