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

vorbis-tools: Add missing dependency #20700

Merged
merged 1 commit into from
Oct 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 4 additions & 3 deletions audio/vorbis-tools/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0

name vorbis-tools
version 1.4.2
revision 0
revision 1
categories audio
maintainers nomaintainer

Expand All @@ -28,12 +28,13 @@ checksums rmd160 f0f4f859b3a280dfe7ea9a13dc4c39ed3ed37c80 \
sha256 db7774ec2bf2c939b139452183669be84fda5774d6400fc57fde37f77624f0b0 \
size 1389947

depends_lib \
depends_lib-append \
port:libogg \
port:libvorbis \
port:curl \
port:libao \
port:gettext
port:gettext \
port:opusfile


configure.args \
Expand Down