diff options
Diffstat (limited to 'net/ntp-stable/Makefile')
-rw-r--r-- | net/ntp-stable/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/ntp-stable/Makefile b/net/ntp-stable/Makefile index 96c67514f4a4..1b5b4504adea 100644 --- a/net/ntp-stable/Makefile +++ b/net/ntp-stable/Makefile @@ -3,17 +3,19 @@ # Date created: Di 5 Mai 1998 21:31:03 CEST # Whom: andreas # -# $Id: Makefile,v 1.4 1999/01/27 04:58:09 andreas Exp $ +# $Id: Makefile,v 1.5 1999/05/03 01:11:25 mharo Exp $ # -DISTNAME= ntp-4.0.91 +DISTNAME= ntp-4.0.93a CATEGORIES= net MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/testing/ MAINTAINER= andreas@FreeBSD.ORG -BROKEN= "structure has no member named \`tv_usec'" - +# ntp's configure script created by autoconf 2.14.1 doesn't work +# our autoconf version 2.13 produces better results +USE_AUTOCONF= yes +#BROKEN= "structure has no member named \`tv_usec'" GNU_CONFIGURE= yes post-install: |