ntp-devel will not build under 4.X.

This commit is contained in:
Cy Schubert 2006-08-16 22:10:53 +00:00
parent e3d8eafafa
commit e22fc9db6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170831

View file

@ -44,6 +44,11 @@ CONFIGURE_ARGS+= --enable-ipv6
MAN1= ntp-keygen.1 ntpd.1 ntpdc.1 ntpdsim.1 ntpq.1 sntp.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Will not build under 4.X.
.endif
post-install:
@${MKDIR} ${EXAMPLESDIR}
@ -55,4 +60,4 @@ post-install:
${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} --quiet ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>