[90937] trunk/dports/graphics/poppler/Portfile

dports at macports.org dports at macports.org
Sun Mar 18 14:52:22 PDT 2012


Revision: 90937
          https://trac.macports.org/changeset/90937
Author:   dports at macports.org
Date:     2012-03-18 14:52:18 -0700 (Sun, 18 Mar 2012)
Log Message:
-----------
poppler: don't build the gtk demo, so we can drop the
otherwise-unneeded gtk dependency (#32793)

Modified Paths:
--------------
    trunk/dports/graphics/poppler/Portfile

Modified: trunk/dports/graphics/poppler/Portfile
===================================================================
--- trunk/dports/graphics/poppler/Portfile	2012-03-18 20:14:27 UTC (rev 90936)
+++ trunk/dports/graphics/poppler/Portfile	2012-03-18 21:52:18 UTC (rev 90937)
@@ -7,6 +7,7 @@
 name        poppler
 conflicts   mupdf xpdf-tools
 version     0.18.4
+revision    1
 license     GPL-2+
 maintainers devans openmaintainer
 categories  graphics
@@ -26,7 +27,6 @@
 
 depends_lib \
     port:curl \
-    port:gtk2 \
     port:lcms \
     port:openjpeg \
     port:poppler-data
@@ -41,6 +41,7 @@
 configure.args \
     --disable-introspection \
     --disable-poppler-qt4 \
+    --disable-gtk-test \
     --disable-silent-rules \
     --enable-xpdf-headers \
     --enable-zlib \
@@ -48,7 +49,7 @@
     --mandir=${prefix}/share/man
 
 variant quartz {
-    configure.args-append --disable-gtk-test --without-x
+    configure.args-append --without-x
 }
 
 if {![variant_isset quartz]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120318/0da54f5a/attachment-0001.html>


More information about the macports-changes mailing list