diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-03 23:34:16 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-03 23:34:16 +0000 |
commit | 82f314a8b7f00aa9ecd7cc15a7d9569061e3626c (patch) | |
tree | e8a2a2f3abe23cdfd4cafcd612f7bbe3c0f7a02a /mail/exim | |
parent | ae66d23574addf17e7d37590206d536f58ef52b9 (diff) | |
download | FreeBSD-ports-82f314a8b7f00aa9ecd7cc15a7d9569061e3626c.zip FreeBSD-ports-82f314a8b7f00aa9ecd7cc15a7d9569061e3626c.tar.gz |
Remove support for OSVERSION < 5
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 846a3d0..3193cf1 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -551,10 +551,6 @@ PLIST_SUB+= DAEMON="@comment " .error EXIMON_ONLY is not user settable .endif -.if ${OSVERSION} < 400014 -WITHOUT_IPV6= yes -.endif - .if !defined(WITHOUT_IPV6) SEDLIST+= -e 's,^\# (HAVE_IPV6=),\1,' .endif |