svn commit: r461258 - head/textproc/tinyxml2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 8 18:51:53 UTC 2018


Author: sunpoet
Date: Thu Feb  8 18:51:50 2018
New Revision: 461258
URL: https://svnweb.freebsd.org/changeset/ports/461258

Log:
  Use CMAKE_ON and CMAKE_OFF

Modified:
  head/textproc/tinyxml2/Makefile

Modified: head/textproc/tinyxml2/Makefile
==============================================================================
--- head/textproc/tinyxml2/Makefile	Thu Feb  8 18:51:44 2018	(r461257)
+++ head/textproc/tinyxml2/Makefile	Thu Feb  8 18:51:50 2018	(r461258)
@@ -13,7 +13,8 @@ LICENSE=	ZLIB
 
 OPTIONS_DEFINE=	EXAMPLES
 
-CMAKE_ARGS=	-DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON -DBUILD_TESTS=OFF
+CMAKE_OFF=	BUILD_TESTS
+CMAKE_ON=	BUILD_SHARED_LIBS BUILD_STATIC_LIBS
 USE_LDCONFIG=	yes
 USES=		cmake dos2unix pathfix
 


More information about the svn-ports-all mailing list