svn commit: r437023 - head/graphics/gdal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 27 11:11:48 UTC 2017


Author: sunpoet
Date: Mon Mar 27 11:11:47 2017
New Revision: 437023
URL: https://svnweb.freebsd.org/changeset/ports/437023

Log:
  Use POPPLER_CONFIGURE_WITH
  
  Notified by:	mat

Modified:
  head/graphics/gdal/Makefile

Modified: head/graphics/gdal/Makefile
==============================================================================
--- head/graphics/gdal/Makefile	Mon Mar 27 11:05:43 2017	(r437022)
+++ head/graphics/gdal/Makefile	Mon Mar 27 11:11:47 2017	(r437023)
@@ -102,8 +102,7 @@ PGSQL_CONFIGURE_ON=	--with-pg=${LOCALBAS
 PGSQL_USES=		pgsql
 PODOFO_CONFIGURE_WITH=	podofo
 PODOFO_LIB_DEPENDS=	libpodofo.so:graphics/podofo
-POPPLER_CONFIGURE_OFF=	--without-poppler
-POPPLER_CONFIGURE_ON=	--with-poppler=${LOCALBASE}
+POPPLER_CONFIGURE_WITH=	poppler=${LOCALBASE}
 POPPLER_LIB_DEPENDS=	libpoppler.so:graphics/poppler
 SPATIALITE_CONFIGURE_WITH=	spatialite
 SPATIALITE_LIB_DEPENDS=	libspatialite.so:databases/spatialite


More information about the svn-ports-all mailing list