Skip to content

Commit

Permalink
octave 4.4.0: add qt5-sqlite-plugin as qt5.depends_component
Browse files Browse the repository at this point in the history
rather than under depends_lib-append
  • Loading branch information
Schamschula committed Jun 2, 2018
1 parent b6e0c92 commit efd9b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions math/octave/Portfile
Expand Up @@ -407,8 +407,8 @@ variant qt4 conflicts qt5 description {build the GUI using Qt4} {

variant qt5 conflicts qt4 description {build the GUI using Qt5} {
PortGroup qt5 1.0
qt5.depends_component qttools
depends_lib-append port:qscintilla-qt5 port:qt5-sqlite-plugin
qt5.depends_component qttools sqlite-plugin
depends_lib-append port:qscintilla-qt5

# see https://savannah.gnu.org/bugs/?46723
# see https://savannah.gnu.org/bugs/?49053
Expand Down

0 comments on commit efd9b61

Please sign in to comment.