diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-27 11:11:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-27 11:11:47 +0000 |
commit | 6624716f539c59679c67591798ed547a2ef6a6db (patch) | |
tree | e2bc24336696ef10e5c6952e0541016adc146857 /graphics/gdal/Makefile | |
parent | a3a8af27f47560e02ca2bc84f132c41cf640f8b7 (diff) |
Notes
Diffstat (limited to 'graphics/gdal/Makefile')
-rw-r--r-- | graphics/gdal/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 63a2a8c249ea..c7e22f226733 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -102,8 +102,7 @@ PGSQL_CONFIGURE_ON= --with-pg=${LOCALBASE}/bin/pg_config 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 |