Date: Thu, 8 Feb 2018 18:51:50 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461258 - head/textproc/tinyxml2 Message-ID: <201802081851.w18IpooL082430@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802081851.w18IpooL082430>