Skip to content

Commit

Permalink
octave 4.4.0: add missing qt5-sqlite-plugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Jun 2, 2018
1 parent a5eb972 commit 4c13d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions math/octave/Portfile
Expand Up @@ -13,7 +13,7 @@ compiler.blacklist-append {*gcc-4.6} {clang < 700}
name octave
version 4.4.0
set package_version 4.x.x
revision 1
revision 2
categories math science
platforms darwin
license GPL-3+
Expand Down Expand Up @@ -408,7 +408,7 @@ 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
depends_lib-append port:qscintilla-qt5 port:qt5-sqlite-plugin

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

0 comments on commit 4c13d30

Please sign in to comment.