svn commit: r511906 - head/comms/openzwave-devel
Mark Linimon
linimon at FreeBSD.org
Thu Sep 12 21:47:03 UTC 2019
Author: linimon
Date: Thu Sep 12 21:47:02 2019
New Revision: 511906
URL: https://svnweb.freebsd.org/changeset/ports/511906
Log:
Sort USES. (This is from a patch for GCC-based systems that I was
independently testing.)
Approved by: portmgr (tier-2 blanket)
Modified:
head/comms/openzwave-devel/Makefile
Modified: head/comms/openzwave-devel/Makefile
==============================================================================
--- head/comms/openzwave-devel/Makefile Thu Sep 12 21:39:52 2019 (r511905)
+++ head/comms/openzwave-devel/Makefile Thu Sep 12 21:47:02 2019 (r511906)
@@ -11,7 +11,7 @@ COMMENT= Open-zwave - An open-source interface to Z-Wa
LICENSE= LGPL20
-USES= compiler:c++11-lang gmake tar:bz2 iconv pkgconfig
+USES= compiler:c++11-lang gmake iconv pkgconfig tar:bz2
# Manually update this when makefile is updated
# echo $(git describe --long --tags --dirty 2>/dev/null | sed s/^v//) | awk '{split($$0,a,"-"); print a[2]}'
More information about the svn-ports-all
mailing list