public
Description: Git mirror of the MacPorts svn repo
Homepage: http://www.macports.org
Clone URL: git://github.com/kballard/macports.git
Search Repo:
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.


git-svn-id: http://svn.macports.org/repository/macports/trunk@36828 
d073be05-634f-4543-b044-5fe20cf6d1d6
Erick Tryzelaar (author)
Thu May 15 22:54:47 -0700 2008
commit  7c11095cb48969f9ba47cd5a6b03fef2a43278de
tree    cca6e844371d23125c1850590da189832bdd6840
parent  4334982208a88ec59c16e893410e0267daec3dae
...
111
112
113
 
 
114
115
116
...
164
165
166
 
 
 
 
167
168
169
...
111
112
113
114
115
116
117
118
...
166
167
168
169
170
171
172
173
174
175
0
@@ -111,6 +111,8 @@
0
     }
0
 }
0
 
0
+default_variants +docs
0
+
0
 variant dbus description "Include DBus support" {
0
     depends_lib-append port:dbus
0
     configure.args-append -dbus-linked
0
@@ -164,6 +166,10 @@
0
 variant demos description "Build Qt demos" {
0
     # configure.args-delete "-nomake demos"
0
     configure.args-append -make demos -demosdir ${prefix}/share/${portname}/demos
0
+}
0
+
0
+variant docs description "Include Qt Documentation" {
0
+ configure.args-append -make docs
0
 }
0
 
0
 

Comments

    No one has commented yet.