svn commit: r506608 - head/astro/marble

Tobias C. Berner tcberner at FreeBSD.org
Sun Jul 14 07:27:07 UTC 2019


Author: tcberner
Date: Sun Jul 14 07:27:05 2019
New Revision: 506608
URL: https://svnweb.freebsd.org/changeset/ports/506608

Log:
  astro/marble: fix GPS option
  
  - Fix cmake toggle to disable GPS dependency
  
  PR:		239195
  Reported by:	tobik

Modified:
  head/astro/marble/Makefile

Modified: head/astro/marble/Makefile
==============================================================================
--- head/astro/marble/Makefile	Sun Jul 14 07:12:38 2019	(r506607)
+++ head/astro/marble/Makefile	Sun Jul 14 07:27:05 2019	(r506608)
@@ -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


More information about the svn-ports-all mailing list