diff options
author | cy <cy@FreeBSD.org> | 2004-01-25 22:08:27 +0000 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2004-01-25 22:08:27 +0000 |
commit | b3648e9e8bff8bb8c52c9d9c8c397eb531b6e22a (patch) | |
tree | 48165d8dbb4f562b68f2ce3f2fc91154fe9792e0 /net/ntp/Makefile | |
parent | 4e93ca2298d6e9a3c1457c87aec1c9d3126cd948 (diff) | |
download | FreeBSD-ports-b3648e9e8bff8bb8c52c9d9c8c397eb531b6e22a.zip FreeBSD-ports-b3648e9e8bff8bb8c52c9d9c8c397eb531b6e22a.tar.gz |
Change to src/include/netdb.h 1.31 caused a compile error. This
commit fixes that error.
Reported by: bento
Diffstat (limited to 'net/ntp/Makefile')
-rw-r--r-- | net/ntp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 907514e..37b19fe 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -7,6 +7,7 @@ PORTNAME= ntp PORTVERSION= 4.2.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \ |