svn commit: r506154 - head/devel/libgpkg

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 7 19:12:55 UTC 2019


Author: sunpoet
Date: Sun Jul  7 19:12:53 2019
New Revision: 506154
URL: https://svnweb.freebsd.org/changeset/ports/506154

Log:
  Cosmetic change

Modified:
  head/devel/libgpkg/Makefile

Modified: head/devel/libgpkg/Makefile
==============================================================================
--- head/devel/libgpkg/Makefile	Sun Jul  7 19:12:47 2019	(r506153)
+++ head/devel/libgpkg/Makefile	Sun Jul  7 19:12:53 2019	(r506154)
@@ -14,14 +14,15 @@ COMMENT=	SQLite 3 extension of minimal OGC GeoPackage 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-OPTIONS_DEFINE=	GEOS
-OPTIONS_DEFAULT=GEOS
+USES=		cmake:insource compiler:c11 tar:bzip2
 
 USE_LDCONFIG=	yes
-USES=		cmake:insource compiler:c11 tar:bzip2
+WRKSRC=		${WRKDIR}/luciad-libgpkg-c56e3708453e
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
-WRKSRC=		${WRKDIR}/luciad-libgpkg-c56e3708453e
+
+OPTIONS_DEFINE=	GEOS
+OPTIONS_DEFAULT=GEOS
 
 GEOS_CMAKE_BOOL=	GPKG_GEOS
 GEOS_LIB_DEPENDS=	libgeos_c.so:graphics/geos


More information about the svn-ports-head mailing list