diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 05:05:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 05:05:49 +0800 |
commit | fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb (patch) | |
tree | 1f6b633bd7844aa504f407e530e6892e38d0b9c5 /mail/spamd | |
parent | 54aa386a510858774daf943c9ab8069883f977c7 (diff) | |
download | freebsd-ports-gnome-fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb.tar.gz freebsd-ports-gnome-fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb.tar.zst freebsd-ports-gnome-fb4c1b2e93bf0f4106c6b1895f7dd96af9db0bcb.zip |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'mail/spamd')
-rw-r--r-- | mail/spamd/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/spamd/Makefile b/mail/spamd/Makefile index 1dd212439d18..d37fd1ace1c0 100644 --- a/mail/spamd/Makefile +++ b/mail/spamd/Makefile @@ -17,11 +17,7 @@ COMMENT= Traps spammers with a very slow smtp-login and return 4xx error .include <bsd.port.pre.mk> -.if ${OSVERSION} < 502117 -BROKEN= OpenBSD 3.5 pf/pfctl is necessary for this port to function properly. -.else LOCAL_PFCTL= /sbin/pfctl -.endif USE_RC_SUBR?= obspamd obspamlogd |