Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Aug 2015 18:42:59 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395723 - head/net/ntp-devel
Message-ID:  <201508311842.t7VIgx01036288@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Aug 31 18:42:59 2015
New Revision: 395723
URL: https://svnweb.freebsd.org/changeset/ports/395723

Log:
  - Switch to USES=libedit as suggested by stage-qa
  
  Approved by:	portmgr blanket

Modified:
  head/net/ntp-devel/Makefile

Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile	Mon Aug 31 18:42:47 2015	(r395722)
+++ head/net/ntp-devel/Makefile	Mon Aug 31 18:42:59 2015	(r395723)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ntp
 PORTVERSION=	4.3.70
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \
 		http://archive.ntp.org/ntp4/ntp-dev/
@@ -16,7 +17,7 @@ CONFLICTS=	ntp-[0-9].* ntp-rc-*
 
 GNU_CONFIGURE=	yes
 OPTIONS_SUB=	yes
-USES=		cpe pathfix shebangfix libtool pkgconfig
+USES=		cpe pathfix shebangfix libedit libtool pkgconfig
 LIB_DEPENDS=	libevent.so:${PORTSDIR}/devel/libevent2
 
 SHEBANG_FILES=	scripts/ntptrace/ntptrace.in \



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