aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-17 21:12:29 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-17 21:12:29 +0800
commit55daf7bf23e28cc40142d13ee0cc79fad8dc6257 (patch)
tree367a450b97191d0a3a0105d96c5cb8d29ae40bce /science
parent424c099100e9e0f7982d56f61eb2ba08c299192e (diff)
downloadfreebsd-ports-55daf7bf23e28cc40142d13ee0cc79fad8dc6257.tar.gz
freebsd-ports-55daf7bf23e28cc40142d13ee0cc79fad8dc6257.tar.zst
freebsd-ports-55daf7bf23e28cc40142d13ee0cc79fad8dc6257.zip
Use CMAKE_OFF
Notes
Notes: svn path=/head/; revision=462152
Diffstat (limited to 'science')
-rw-r--r--science/libkml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/libkml/Makefile b/science/libkml/Makefile
index bc410d95756b..615295a859d0 100644
--- a/science/libkml/Makefile
+++ b/science/libkml/Makefile
@@ -25,7 +25,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
OPTIONS_DEFINE= EXAMPLES
-CMAKE_ARGS= -DWITH_JAVA=OFF -DWITH_PYTHON=OFF -DWITH_SWIG=OFF
+CMAKE_OFF= WITH_JAVA WITH_PYTHON WITH_SWIG
USE_LDCONFIG= yes
USES= cmake pathfix