svn commit: r488718 - head/graphics/graphviz

Dirk Meyer dinoex at FreeBSD.org
Sun Dec 30 14:05:28 UTC 2018


Author: dinoex
Date: Sun Dec 30 14:05:27 2018
New Revision: 488718
URL: https://svnweb.freebsd.org/changeset/ports/488718

Log:
  - order USES

Modified:
  head/graphics/graphviz/Makefile

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Sun Dec 30 14:04:19 2018	(r488717)
+++ head/graphics/graphviz/Makefile	Sun Dec 30 14:05:27 2018	(r488718)
@@ -20,9 +20,8 @@ LIB_DEPENDS=	libltdl.so:devel/libltdl \
 		libexpat.so:textproc/expat2 \
 		libgd.so:${GD_PORT}
 
-USES=		bison compiler:c++11-lang cpe gmake groff \
-		jpeg libtool:keepla localbase:ldflags pathfix \
-		pkgconfig shebangfix
+USES=		cpe pathfix shebangfix gmake bison groff pkgconfig \
+		libtool:keepla localbase:ldflags jpeg compiler:c++11-lang
 GNU_CONFIGURE=	yes
 # sincos is broken on armv6, see ports/220591
 CFLAGS_armv6=	-fno-builtin-sincos -fno-builtin-sin -fno-builtin-cos \


More information about the svn-ports-all mailing list