Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Mar 2017 23:20:53 +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: r436861 - head/net/ntp
Message-ID:  <201703242320.v2ONKrfx052965@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Fri Mar 24 23:20:53 2017
New Revision: 436861
URL: https://svnweb.freebsd.org/changeset/ports/436861

Log:
  Remove autogen dependency added by r426923. This version of ntp no
  longer needs it.

Modified:
  head/net/ntp/Makefile

Modified: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile	Fri Mar 24 23:12:17 2017	(r436860)
+++ head/net/ntp/Makefile	Fri Mar 24 23:20:53 2017	(r436861)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ntp
 PORTVERSION=	4.2.8p10
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \
 		http://archive.ntp.org/ntp4/ntp-4.2/ \
@@ -12,7 +13,6 @@ 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/libevent \
 		libmd5.so:www/libwww
 



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