[89335] trunk/dports/gis/gdal/Portfile

and.damore at macports.org and.damore at macports.org
Wed Jan 25 11:18:08 PST 2012


Revision: 89335
          http://trac.macports.org/changeset/89335
Author:   and.damore at macports.org
Date:     2012-01-25 11:18:07 -0800 (Wed, 25 Jan 2012)
Log Message:
-----------
port gdal maintainer timeout: adding +poppler variant, closing ticket #30965

Modified Paths:
--------------
    trunk/dports/gis/gdal/Portfile

Modified: trunk/dports/gis/gdal/Portfile
===================================================================
--- trunk/dports/gis/gdal/Portfile	2012-01-25 16:36:56 UTC (rev 89334)
+++ trunk/dports/gis/gdal/Portfile	2012-01-25 19:18:07 UTC (rev 89335)
@@ -53,6 +53,7 @@
 				--without-php --without-ruby \
 				--without-python \
 				--without-xerces --without-expat \
+                --without-poppler \
 				--mandir=${prefix}/share/man
 # Patch to ensure that the python installation respects DESTDIR
 patchfiles	patch-swig_python_GNUmakefile \
@@ -248,6 +249,12 @@
 	configure.args-append	--with-odbc=${prefix}
 }
 
+variant poppler description {Enable poppler support} { 
+	depends_lib-append		port:poppler 
+	configure.args-delete	--without-popper 
+	configure.args-append	--with-poppler=${prefix} 
+} 
+
 # OpenCL
 
 variant opencl description {Use OpenCL for parallel computations} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120125/8661c7e6/attachment.html>


More information about the macports-changes mailing list