Skip to content

Commit

Permalink
py-pyqt5: fix +webkit variant
Browse files Browse the repository at this point in the history
The build.args-delete args must match the build.args-append args.
The qtwebkit component was added but QtWebKit and QtWebKitWidgets
remained disabled.
See: https://trac.macports.org/ticket/68073
  • Loading branch information
nilason authored and reneeotten committed Sep 11, 2023
1 parent cf5e910 commit 71923ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/py-pyqt5/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ if {${name} ne ${subport}} {

variant webkit description {Build QtWebKit module} {
qt5.depends_component qtwebkit
build.args-delete --disable=QtWebKit \
--disable=QtWebKitWidgets
build.args-delete --disable QtWebKit \
--disable QtWebKitWidgets
}

variant debug description "Build debug libraries" {
Expand Down

0 comments on commit 71923ff

Please sign in to comment.