diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-20 22:10:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-20 22:10:25 +0800 |
commit | 5802286a3f59b90be61be04e0f7f81fd7da87273 (patch) | |
tree | a9f4ecda2dc36d2adfac2e9d33f4c63d406333ef /textproc | |
parent | 69dfc3c5914f5df554d796897a7e3c73cdb1e940 (diff) | |
download | freebsd-ports-gnome-5802286a3f59b90be61be04e0f7f81fd7da87273.tar.gz freebsd-ports-gnome-5802286a3f59b90be61be04e0f7f81fd7da87273.tar.zst freebsd-ports-gnome-5802286a3f59b90be61be04e0f7f81fd7da87273.zip |
Do not build xmltest unconditionally
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tinyxml2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/tinyxml2/Makefile b/textproc/tinyxml2/Makefile index d1a700869d9e..2ae12b9ca9f1 100644 --- a/textproc/tinyxml2/Makefile +++ b/textproc/tinyxml2/Makefile @@ -13,7 +13,7 @@ LICENSE= ZLIB OPTIONS_DEFINE= EXAMPLES -CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON +CMAKE_ARGS= -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON -DBUILD_TESTS=OFF USE_LDCONFIG= yes USES= cmake dos2unix pathfix |