aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/healthd
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 08:08:39 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 08:08:39 +0800
commit20b96b7fbcb96822c60f131033529f90bb4d89e6 (patch)
tree6ee1e660490687dbacdb28dd53de6408b30cd779 /sysutils/healthd
parent33de379b2b19f34cf6e1c6ecd3e605aec60ca530 (diff)
downloadfreebsd-ports-graphics-20b96b7fbcb96822c60f131033529f90bb4d89e6.tar.gz
freebsd-ports-graphics-20b96b7fbcb96822c60f131033529f90bb4d89e6.tar.zst
freebsd-ports-graphics-20b96b7fbcb96822c60f131033529f90bb4d89e6.zip
Remove support for OSVERSION < 5
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 dce9fdfe7f9..5f37b20fbcf 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>