[36828] trunk/dports/aqua/qt4-mac/Portfile

erickt at macports.org erickt at macports.org
Thu May 15 22:54:48 PDT 2008


Revision: 36828
          http://trac.macosforge.org/projects/macports/changeset/36828
Author:   erickt at macports.org
Date:     2008-05-15 22:54:47 -0700 (Thu, 15 May 2008)

Log Message:
-----------
Add a default variant that builds the qt4 documentation.

I'm not bumping the revision since qt4 takes a while to rebuild and many
might not need the documentation.

Modified Paths:
--------------
    trunk/dports/aqua/qt4-mac/Portfile

Modified: trunk/dports/aqua/qt4-mac/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac/Portfile	2008-05-16 05:45:17 UTC (rev 36827)
+++ trunk/dports/aqua/qt4-mac/Portfile	2008-05-16 05:54:47 UTC (rev 36828)
@@ -111,6 +111,8 @@
     }
 }
 
+default_variants +docs
+
 variant dbus description "Include DBus support" {
     depends_lib-append      port:dbus
     configure.args-append   -dbus-linked
@@ -166,7 +168,11 @@
     configure.args-append   -make demos -demosdir ${prefix}/share/${portname}/demos
 }
 
+variant docs description "Include Qt Documentation" {
+    configure.args-append   -make docs
+}
 
+
 livecheck.check     regex
 livecheck.url       http://trolltech.com/developer/downloads/qt/mac
 livecheck.regex     "The current version of Qt/Mac Open Source Edition is (4(?:\\.\\d+)*)"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080515/f0819de2/attachment.htm 


More information about the macports-changes mailing list