svn commit: r507886 - head/science/libkml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 2 19:28:58 UTC 2019


Author: sunpoet
Date: Fri Aug  2 19:28:57 2019
New Revision: 507886
URL: https://svnweb.freebsd.org/changeset/ports/507886

Log:
  Cosmetic change

Modified:
  head/science/libkml/Makefile

Modified: head/science/libkml/Makefile
==============================================================================
--- head/science/libkml/Makefile	Fri Aug  2 18:44:20 2019	(r507885)
+++ head/science/libkml/Makefile	Fri Aug  2 19:28:57 2019	(r507886)
@@ -23,10 +23,11 @@ LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 
 OPTIONS_DEFINE=	EXAMPLES
 
+USES=		cmake compiler:c11 pathfix
+
 CMAKE_OFF=	WITH_JAVA WITH_PYTHON WITH_SWIG
 USE_CXXSTD=	gnu++98
 USE_LDCONFIG=	yes
-USES=		cmake compiler:c11 pathfix
 
 USE_GITHUB=	yes
 


More information about the svn-ports-all mailing list