Skip to content

Commit

Permalink
p5-gd: Revbump for webm update
Browse files Browse the repository at this point in the history
The p5-gd port contains a bundle that links against webm.dylib. Its
revision needs to be increased after a69f60e.

See: https://trac.macports.org/ticket/53382
  • Loading branch information
neverpanic committed Feb 10, 2017
1 parent 6ba5940 commit 7d4db77
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions perl/p5-gd/Portfile
Expand Up @@ -5,7 +5,7 @@ PortGroup perl5 1.0

perl5.branches 5.24
perl5.setup GD 2.56
revision 1
revision 2
license {Artistic-2 GPL}
maintainers nomaintainer
description Module interface to libgd
Expand All @@ -18,13 +18,14 @@ checksums rmd160 b4e33640fad5d97e63f833270d32e29c843380cd \

if {${perl5.major} != ""} {
depends_lib-append \
port:gd2 \
port:fontconfig \
port:freetype \
port:gd2 \
port:jpeg \
port:libiconv \
port:libpng \
port:tiff
port:tiff \
port:webp

# patch Build.PL to allow pass-through of standard args
# https://rt.cpan.org/Public/Bug/Display.html?id=106274
Expand Down

0 comments on commit 7d4db77

Please sign in to comment.