Changeset 80086
- Timestamp:
- 07/03/11 17:22:10 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/comms/telepathy-mission-control/Portfile
r73628 r80086 6 6 name telepathy-mission-control 7 7 version 5.6.1 8 revision 1 8 9 categories comms 9 10 maintainers devans openmaintainer … … 28 29 29 30 depends_lib port:telepathy-glib \ 30 port:libgnome-keyring \ 31 port:python26 31 port:libgnome-keyring 32 32 33 33 patchfiles patch-configure.diff 34 34 35 configure.python ${prefix}/bin/python2.6 35 variant python26 conflicts python27 description {Use python 2.6} { 36 configure.python ${prefix}/bin/python2.6 37 depends_lib-append port:python26 38 } 39 40 variant python27 conflicts python26 description {Use python 2.7} { 41 configure.python ${prefix}/bin/python2.7 42 depends_lib-append port:python27 43 } 44 45 if {![variant_isset python25] && ![variant_isset python26]} { 46 default_variants +python27 47 } 36 48 37 49 configure.args --enable-gnome-keyring
Note: See TracChangeset
for help on using the changeset viewer.

