Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2016 03:23:25 +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: r420756 - head/net/ntp-devel
Message-ID:  <201608240323.u7O3NP06009034@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Aug 24 03:23:25 2016
New Revision: 420756
URL: https://svnweb.freebsd.org/changeset/ports/420756

Log:
  Rmove/merge redundant USES line.

Modified:
  head/net/ntp-devel/Makefile

Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile	Wed Aug 24 03:21:59 2016	(r420755)
+++ head/net/ntp-devel/Makefile	Wed Aug 24 03:23:25 2016	(r420756)
@@ -18,9 +18,8 @@ LIB_DEPENDS=	libevent.so:devel/libevent2
 
 CONFLICTS=	ntp-[0-9].* ntp-rc-*
 
-USES=		cpe pathfix shebangfix libedit libtool pkgconfig ssl
-
-USES+=		gettext-runtime
+USES=		cpe pathfix shebangfix libedit libtool pkgconfig ssl \
+		gettext-runtime
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-silent-rules



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