Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2018 10:29:26 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462290 - head/devel/libgpkg
Message-ID:  <201802191029.w1JATQ29085712@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb 19 10:29:25 2018
New Revision: 462290
URL: https://svnweb.freebsd.org/changeset/ports/462290

Log:
  Use CMAKE_BOOL

Modified:
  head/devel/libgpkg/Makefile

Modified: head/devel/libgpkg/Makefile
==============================================================================
--- head/devel/libgpkg/Makefile	Mon Feb 19 10:29:19 2018	(r462289)
+++ head/devel/libgpkg/Makefile	Mon Feb 19 10:29:25 2018	(r462290)
@@ -25,8 +25,7 @@ USES=		cmake tar:bzip2
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 WRKSRC=		${WRKDIR}/luciad-libgpkg-c56e3708453e
 
-GEOS_CMAKE_OFF=		-DGPKG_GEOS=OFF
-GEOS_CMAKE_ON=		-DGPKG_GEOS=ON
+GEOS_CMAKE_BOOL=	GPKG_GEOS
 GEOS_LIB_DEPENDS=	libgeos_c.so:graphics/geos
 
 post-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802191029.w1JATQ29085712>