diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-03-27 19:11:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-03-27 19:11:47 +0800 |
commit | 606cc60395f6e29c614490c506152a1ea2e7edc6 (patch) | |
tree | e2bc24336696ef10e5c6952e0541016adc146857 /graphics | |
parent | 6ba5e3b28dacffb899bc45128ddc047be10f5e09 (diff) | |
download | freebsd-ports-gnome-606cc60395f6e29c614490c506152a1ea2e7edc6.tar.gz freebsd-ports-gnome-606cc60395f6e29c614490c506152a1ea2e7edc6.tar.zst freebsd-ports-gnome-606cc60395f6e29c614490c506152a1ea2e7edc6.zip |
Use POPPLER_CONFIGURE_WITH
Notified by: mat
Diffstat (limited to 'graphics')
-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 |