aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-02-17 21:12:29 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-02-17 21:12:29 +0800
commit581eefcf58f31c6fed1439c4bb10aae289fff562 (patch)
tree367a450b97191d0a3a0105d96c5cb8d29ae40bce /science
parent25332f00c502bc8f521c011a165d1c9c5a4fa9f7 (diff)
downloadfreebsd-ports-gnome-581eefcf58f31c6fed1439c4bb10aae289fff562.tar.gz
freebsd-ports-gnome-581eefcf58f31c6fed1439c4bb10aae289fff562.tar.zst
freebsd-ports-gnome-581eefcf58f31c6fed1439c4bb10aae289fff562.zip
Use CMAKE_OFF
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