summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-07-14 07:27:05 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-07-14 07:27:05 +0000
commitd1fb904e03177e4b8646ed630006c5688213e5ac (patch)
tree6cd9a3a5e4cbae12d3539fbd48c45438ba5cc093 /astro
parentdevel/arduino-bsd-mk: Update to 1.3. From CHANGES: (diff)
astro/marble: fix GPS option
- Fix cmake toggle to disable GPS dependency PR: 239195 Reported by: tobik
Notes
Notes: svn path=/head/; revision=506608
Diffstat (limited to 'astro')
-rw-r--r--astro/marble/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/marble/Makefile b/astro/marble/Makefile
index 3b0b237a4984..258738c46f4e 100644
--- a/astro/marble/Makefile
+++ b/astro/marble/Makefile
@@ -37,7 +37,7 @@ OPTIONS_SUB= yes
GPS_DESC= Support for GPS position provider
GPS_LIB_DEPENDS= libgps.so:astro/gpsd
-GPS_CMAKE_BOOL_ON= WITH_libgps
+GPS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_libgps
WEBENGINE_DESC= Add dependency on qt5-webengine
WEBENGINE_USE= QT=webengine