diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-09 02:51:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-09 02:51:50 +0800 |
commit | 860bc8b4f439f532c37fbcc106749149e9bc123b (patch) | |
tree | 4a6648df215c30b923603867c3be7a8785640535 /textproc/tinyxml2 | |
parent | c8cc1e56317ec7d5e6c8b8ec5764b64cbbc3f372 (diff) | |
download | freebsd-ports-gnome-860bc8b4f439f532c37fbcc106749149e9bc123b.tar.gz freebsd-ports-gnome-860bc8b4f439f532c37fbcc106749149e9bc123b.tar.zst freebsd-ports-gnome-860bc8b4f439f532c37fbcc106749149e9bc123b.zip |
Use CMAKE_ON and CMAKE_OFF
Diffstat (limited to 'textproc/tinyxml2')
-rw-r--r-- | textproc/tinyxml2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/tinyxml2/Makefile b/textproc/tinyxml2/Makefile index 631cb53623ea..9c904a68aa15 100644 --- a/textproc/tinyxml2/Makefile +++ b/textproc/tinyxml2/Makefile @@ -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 |