Changes between Initial Version and Version 1 of Ticket #46536, comment 11


Ignore:
Timestamp:
Mar 8, 2015, 6:24:58 PM (9 years ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46536, comment 11

    initial v1  
    1 A minor change: the Qt5 PortGroup file now defines a variable, `qt5_dependency` for reference by client ports like translations which do not directly depend on Qt.
     1A minor change: the Qt5 PortGroup file now defines a variable, `qt5_dependency` for reference by client ports like translations which do not directly depend on Qt and now can do
     2
     3{{{
     4depends_lib-delete ${qt5_dependency}
     5}}}
     6
     7to signal that fact.