diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-02 19:28:57 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-02 19:28:57 +0000 |
commit | d41dd4068c82139a81349d8d29b5c38a10660c53 (patch) | |
tree | 71d0263fd62015a64ff787f7b75385a2b0055481 /science | |
parent | a921e1d5674b479d5f99fd9c522288fdaeae7476 (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/libkml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/libkml/Makefile b/science/libkml/Makefile index 4664d949ad1c..d5536529bac1 100644 --- a/science/libkml/Makefile +++ b/science/libkml/Makefile @@ -23,10 +23,11 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ OPTIONS_DEFINE= EXAMPLES +USES= cmake compiler:c11 pathfix + CMAKE_OFF= WITH_JAVA WITH_PYTHON WITH_SWIG USE_CXXSTD= gnu++98 USE_LDCONFIG= yes -USES= cmake compiler:c11 pathfix USE_GITHUB= yes |