From 1e7c82851c6999b32bad91b75def5e60adbca718 Mon Sep 17 00:00:00 2001 From: cy Date: Fri, 6 Oct 2006 18:30:49 +0000 Subject: NTP will not build under FreeBSD 4.X. --- net/ntp/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net/ntp') diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 831e99da3a1c..6e00b3085fb6 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -40,6 +40,12 @@ CONFIGURE_ARGS+= --enable-ipv6 MAN1= sntp.1 +.include + +.if ${OSVERSION} < 500000 +BROKEN= Will not build under 4.X. +.endif + post-install: @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/conf/* ${EXAMPLESDIR} @@ -50,4 +56,4 @@ post-install: ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} --quiet ${DOCSDIR} .endif -.include +.include -- cgit