Skip to content

Commit

Permalink
appstream-glib: fix missing ossp-uuid dependency
Browse files Browse the repository at this point in the history
Even though upsteam doesn't declare uuid as a dependency in appstream-glib, it won't start without ossp-uuid being installed.
  • Loading branch information
lukaso authored and mascguy committed Jan 4, 2025
1 parent b74bb15 commit 04549cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devel/appstream-glib/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PortGroup muniversal 1.0

github.setup hughsie appstream-glib 0_8_3 appstream_glib_
version [string map {_ .} ${version}]
revision 0
revision 1
epoch 1

categories devel
Expand Down Expand Up @@ -44,7 +44,8 @@ depends_lib-append \
port:json-glib \
port:libarchive \
port:libxslt \
port:libyaml
port:libyaml \
port:ossp-uuid

patchfiles-append use-system-uuid.patch

Expand Down

0 comments on commit 04549cc

Please sign in to comment.