Changeset 80083
- Timestamp:
- 07/03/11 17:02:05 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/gnome/gnome-desktop-suite/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/gnome/gnome-desktop-suite/Portfile
r73975 r80083 6 6 name gnome-desktop-suite 7 7 version 2.30.2 8 revision 18 revision 2 9 9 categories gnome 10 10 maintainers devans openmaintainer … … 117 117 port:metacity \ 118 118 port:nautilus \ 119 port:py26-pygtksourceview \120 119 port:seahorse \ 121 120 port:seahorse-plugins \ … … 164 163 } 165 164 165 variant python25 conflicts python26 python27 description {Use python 2.5} { 166 depends_lib-append port:py25-pygtksourceview 167 } 168 169 variant python26 conflicts python25 python27 description {Use python 2.6} { 170 depends_lib-append port:py26-pygtksourceview 171 } 172 173 variant python27 conflicts python25 python26 description {Use python 2.7} { 174 depends_lib-append port:py27-pygtksourceview 175 } 176 177 if {![variant_isset python25] && ![variant_isset python26]} { 178 default_variants +python27 179 } 180 166 181 destroot { 167 182 file mkdir ${destroot}${prefix}/share/doc/gnome
Note: See TracChangeset
for help on using the changeset viewer.

