diff --git a/graphics/webp/Portfile b/graphics/webp/Portfile
index c15c838741..6beda42108 100644
a
|
b
|
PortSystem 1.0 |
4 | 4 | |
5 | 5 | name webp |
6 | 6 | version 0.5.2 |
7 | | revision 1 |
| 7 | revision 2 |
8 | 8 | categories graphics science devel |
9 | 9 | platforms darwin |
10 | 10 | maintainers ryandesign openmaintainer |
… |
… |
master_sites http://downloads.webmproject.org/releases/webp/ |
31 | 31 | checksums rmd160 c5fa8789459d80102c8cdbf2f216eab3a9db5a3a \ |
32 | 32 | sha256 b75310c810b3eda222c77f6d6c26b061240e3d9060095de44b2c1bae291ecdef |
33 | 33 | |
34 | | depends_lib port:freeglut \ |
35 | | port:giflib \ |
| 34 | depends_lib port:giflib \ |
36 | 35 | port:jpeg \ |
37 | 36 | port:libpng \ |
38 | | port:mesa \ |
39 | | port:tiff \ |
40 | | port:zlib |
| 37 | port:tiff |
41 | 38 | |
42 | 39 | distname libwebp-${version} |
43 | 40 | |
| 41 | patchfiles configure.patch |
| 42 | |
44 | 43 | configure.args-append \ |
45 | 44 | --enable-libwebpmux \ |
46 | 45 | --enable-libwebpdemux \ |