Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions comms/telepathy-mission-control/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ checksums sha256 2df8ae3995e919a7670e01aa3568215ef0777e34961ace1cac1c6477

depends_build port:pkgconfig \
port:libxslt \
port:dbus-python39 \
port:py39-gobject
port:dbus-python314 \
port:python314

depends_lib port:telepathy-glib

patchfiles patch-configure.diff \
dynamic_lookup-11.patch

configure.python \
${prefix}/bin/python3.9
${prefix}/bin/python3.14

configure.args --disable-libaccounts-sso \
--disable-upower \
Expand Down