svn commit: r384549 - head/net/ntp

Bartek Rutkowski robak at FreeBSD.org
Thu Apr 23 06:48:54 UTC 2015


Author: robak
Date: Thu Apr 23 06:48:53 2015
New Revision: 384549
URL: https://svnweb.freebsd.org/changeset/ports/384549

Log:
  net/ntp: add CPE info
  
  PR:		199619
  Submitted by:	Shun <shun.fbsd.pr at dropcut.net>
  Approved by:	portmgr blanket

Modified:
  head/net/ntp/Makefile

Modified: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile	Thu Apr 23 03:48:24 2015	(r384548)
+++ head/net/ntp/Makefile	Thu Apr 23 06:48:53 2015	(r384549)
@@ -16,7 +16,7 @@ CONFLICTS=	ntp-rc-* ntp-devel-*
 
 GNU_CONFIGURE=	yes
 OPTIONS_SUB=	yes
-USES=		pathfix shebangfix libtool
+USES=		cpe pathfix shebangfix libtool
 LIB_DEPENDS=	libevent.so:${PORTSDIR}/devel/libevent2
 
 NTP_SHEBANG_FILES=	sbin/ntp-wait sbin/ntptrace sbin/update-leap


More information about the svn-ports-head mailing list