svn commit: r505579 - head/devel/msgpuck
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jul 1 15:36:45 UTC 2019
Author: sunpoet
Date: Mon Jul 1 15:36:44 2019
New Revision: 505579
URL: https://svnweb.freebsd.org/changeset/ports/505579
Log:
Sort USES
Modified:
head/devel/msgpuck/Makefile
Modified: head/devel/msgpuck/Makefile
==============================================================================
--- head/devel/msgpuck/Makefile Mon Jul 1 15:27:03 2019 (r505578)
+++ head/devel/msgpuck/Makefile Mon Jul 1 15:36:44 2019 (r505579)
@@ -11,7 +11,8 @@ COMMENT= Lightweight MessagePack library
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= compiler:c11 cmake
+USES= cmake compiler:c11
+
USE_LDCONFIG= yes
USE_GITHUB= yes
More information about the svn-ports-all
mailing list