Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2017 11:11:47 +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: r437023 - head/graphics/gdal
Message-ID:  <201703271111.v2RBBlxv036728@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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