Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2016 14:31:14 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426923 - head/net/ntp
Message-ID:  <201611231431.uANEVEus077876@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Nov 23 14:31:14 2016
New Revision: 426923
URL: https://svnweb.freebsd.org/changeset/ports/426923

Log:
  Fix build folloing r426791.
  
  Also Submitted by:	roberto
  Pointy hat to:		delphij
  Reported by:		roberto, Craig Leres <leres@ee.lbl.gov>

Modified:
  head/net/ntp/Makefile

Modified: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile	Wed Nov 23 14:21:28 2016	(r426922)
+++ head/net/ntp/Makefile	Wed Nov 23 14:31:14 2016	(r426923)
@@ -13,6 +13,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/P/
 MAINTAINER=	cy@FreeBSD.org
 COMMENT=	The Network Time Protocol Distribution
 
+BUILD_DEPENDS=	autogen:devel/autogen
 LIB_DEPENDS=	libevent.so:devel/libevent2 \
 		libmd5.so:www/libwww
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611231431.uANEVEus077876>