aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2006-10-06 18:30:49 +0000
committerCy Schubert <cy@FreeBSD.org>2006-10-06 18:30:49 +0000
commiteddfbb64ee95abf07a035be6c5f308fe385c30a7 (patch)
tree46e914bbdbbf147549885e71bd117c5c463ba3a7 /net
parent96905e7c7d3153770fcb7165d99fab2c0fed21b3 (diff)
downloadports-eddfbb64ee95abf07a035be6c5f308fe385c30a7.tar.gz
ports-eddfbb64ee95abf07a035be6c5f308fe385c30a7.zip
NTP will not build under FreeBSD 4.X.
Notes
Notes: svn path=/head/; revision=174654
Diffstat (limited to 'net')
-rw-r--r--net/ntp/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>