diff options
author | andreas <andreas@FreeBSD.org> | 1999-06-26 06:54:17 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-06-26 06:54:17 +0000 |
commit | 425191f78374eaec7d465c294c3add9204f68854 (patch) | |
tree | 77f84aef17ebb6502ea8739c05f5285e4381b2fd /net/ntp/Makefile | |
parent | c6fabb9b1fd5e493966149b0fc9d5818fa7988ec (diff) | |
download | FreeBSD-ports-425191f78374eaec7d465c294c3add9204f68854.zip FreeBSD-ports-425191f78374eaec7d465c294c3add9204f68854.tar.gz |
update ntpdate to last version 4.0.93a
got a patch to make it run.
Submitted by: sorry, deleted mail too fast
Diffstat (limited to 'net/ntp/Makefile')
-rw-r--r-- | net/ntp/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 96c6751..1b5b450 100644 --- a/net/ntp/Makefile +++ b/net/ntp/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: |