Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osm-gps-map: fix libsoup dependency #27038

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion graphics/osm-gps-map/Portfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in graphics/osm-gps-map/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port lint osm-gps-map: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in graphics/osm-gps-map/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port lint osm-gps-map: Warning: Unnecessary platforms line as darwin is the default

Check warning on line 1 in graphics/osm-gps-map/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port lint osm-gps-map: Warning: Unnecessary platforms line as darwin is the default

PortSystem 1.0
PortGroup github 1.0
Expand Down Expand Up @@ -30,7 +30,7 @@
port:gtk-doc

depends_lib path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \
path:lib/pkgconfig/libsoup-2.4.pc:libsoup
path:lib/pkgconfig/libsoup-2.4.pc:libsoup-2.4

gobject_introspection yes

Expand Down