svn commit: r426923 - head/net/ntp

Cy Schubert cy at FreeBSD.org
Wed Nov 23 14:31:15 UTC 2016


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 at 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 at FreeBSD.org
 COMMENT=	The Network Time Protocol Distribution
 
+BUILD_DEPENDS=	autogen:devel/autogen
 LIB_DEPENDS=	libevent.so:devel/libevent2 \
 		libmd5.so:www/libwww
 


More information about the svn-ports-all mailing list