Bug 279524 - Mk/Uses/gnome.mk: Fix dependencies
Summary: Mk/Uses/gnome.mk: Fix dependencies
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords: patch
Depends on:
Blocks: 275236
  Show dependency treegraph
 
Reported: 2024-06-04 16:33 UTC by Tijl Coosemans
Modified: 2024-06-05 15:26 UTC (History)
3 users (show)

See Also:


Attachments
patch (3.38 KB, patch)
2024-06-04 16:33 UTC, Tijl Coosemans
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tijl Coosemans freebsd_committer freebsd_triage 2024-06-04 16:33:34 UTC
Created attachment 251220 [details]
patch

Mk/Uses/gnome.mk: Fix dependencies

Add or correct dependencies that are pulled in by pkg-config files so they don't have to be added in every port Makefile.
Comment 1 Gleb Popov freebsd_committer freebsd_triage 2024-06-05 11:58:47 UTC
LGTM.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-06-05 15:19:29 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5b84a5ddb7990eafe253deee046f1bf3bbe52c65

commit 5b84a5ddb7990eafe253deee046f1bf3bbe52c65
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2024-06-03 10:29:30 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2024-06-05 14:51:48 +0000

    Mk/Uses/gnome.mk: Fix dependencies

    Add or correct dependencies that are pulled in by pkg-config files so
    they don't have to be added in every port Makefile.

    PR:             279524
    Reviewed by:    arrowd

 Mk/Uses/gnome.mk | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)