svn commit: r462290 - head/devel/libgpkg
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Feb 19 10:29:27 UTC 2018
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:
More information about the svn-ports-all
mailing list