svn commit: r472873 - head/net/frr4

Mark Linimon linimon at FreeBSD.org
Wed Jun 20 15:03:04 UTC 2018


Author: linimon
Date: Wed Jun 20 15:03:03 2018
New Revision: 472873
URL: https://svnweb.freebsd.org/changeset/ports/472873

Log:
  Re-format USES line for readability, after previous commit.

Modified:
  head/net/frr4/Makefile

Modified: head/net/frr4/Makefile
==============================================================================
--- head/net/frr4/Makefile	Wed Jun 20 15:01:42 2018	(r472872)
+++ head/net/frr4/Makefile	Wed Jun 20 15:03:03 2018	(r472873)
@@ -18,7 +18,8 @@ LIB_DEPENDS=	libjson-c.so:devel/json-c
 
 CONFLICTS=	openbgpd openospfd zebra quagga frr3
 
-USES=		autoreconf bison compiler:c++11-lang gmake pkgconfig libtool makeinfo python:2.7,build readline
+USES=		autoreconf bison compiler:c++11-lang gmake pkgconfig libtool \
+		makeinfo python:2.7,build readline
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list