aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-20 14:10:25 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-06-20 14:10:25 +0000
commit6350850c13541b2c9bf9f315ce06f914629fe39e (patch)
treea9f4ecda2dc36d2adfac2e9d33f4c63d406333ef /textproc
parenta057cae1844b524ebf0d2ef535cba9fec1a3c7bd (diff)
downloadports-6350850c13541b2c9bf9f315ce06f914629fe39e.tar.gz
ports-6350850c13541b2c9bf9f315ce06f914629fe39e.zip
Do not build xmltest unconditionally
Notes
Notes: svn path=/head/; revision=443976
Diffstat (limited to 'textproc')
-rw-r--r--textproc/tinyxml2/Makefile2
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