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

rhwood at macports.org rhwood at macports.org
Sat Aug 2 05:33:56 PDT 2008


Revision: 38921
          http://trac.macosforge.org/projects/macports/changeset/38921
Author:   rhwood at macports.org
Date:     2008-08-02 05:33:56 -0700 (Sat, 02 Aug 2008)
Log Message:
-----------
Add qt4 variant

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

Modified: trunk/dports/graphics/poppler/Portfile
===================================================================
--- trunk/dports/graphics/poppler/Portfile	2008-08-02 11:30:45 UTC (rev 38920)
+++ trunk/dports/graphics/poppler/Portfile	2008-08-02 12:33:56 UTC (rev 38921)
@@ -63,6 +63,15 @@
 	port:xrender
 }
 
+variant qt4 description { Support for the QT toolkit } {
+    configure.args-delete --disable-poppler-qt4
+    if ([variant_isset quartz]) {
+        depends_lib-append  port:qt4-mac
+    } else {
+        depends_lib-append  port:qt4-x11
+    }
+}
+
 test.run    yes
 test.dir    ${worksrcpath}/test
 test.target all
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080802/2b66ca16/attachment.html 


More information about the macports-changes mailing list