svn commit: r420756 - head/net/ntp-devel

Cy Schubert cy at FreeBSD.org
Wed Aug 24 03:23:26 UTC 2016


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


More information about the svn-ports-all mailing list