aboutsummaryrefslogtreecommitdiff
path: root/sysutils/healthd
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:08:39 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:08:39 +0000
commit4d5623ea35be1700ed738b3434c31b6e40943604 (patch)
tree9811a15ac44a1c22adc82f032496ba3c52a709f6 /sysutils/healthd
parent0d263e77cb9c8fc0d78cb27161bb31c39bbd3910 (diff)
downloadports-4d5623ea35be1700ed738b3434c31b6e40943604.tar.gz
ports-4d5623ea35be1700ed738b3434c31b6e40943604.zip
Remove support for OSVERSION < 5
Notes
Notes: svn path=/head/; revision=200766
Diffstat (limited to 'sysutils/healthd')
-rw-r--r--sysutils/healthd/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/healthd/Makefile b/sysutils/healthd/Makefile
index dce9fdfe7f99..5f37b20fbcfc 100644
--- a/sysutils/healthd/Makefile
+++ b/sysutils/healthd/Makefile
@@ -30,9 +30,7 @@ INSTALL_TARGET= install-all
HDDOCDIR= ${PREFIX}/share/doc/healthd
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400014 || defined(WITHOUT_IPV6)
+.if defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --disable-ipv6
.endif
@@ -57,4 +55,5 @@ pre-everything::
.ifndef (WITHOUT_IPV6)
@${ECHO_MSG} "WITHOUT_IPV6=yes builds without IPv6 support"
.endif
-.include <bsd.port.post.mk>
+
+.include <bsd.port.mk>