diff --git a/audio/libsndfile/Portfile b/audio/libsndfile/Portfile
index 837bd4f337..3e9b1d7cec 100644
a
|
b
|
PortSystem 1.0 |
4 | 4 | |
5 | 5 | name libsndfile |
6 | 6 | version 1.0.26 |
| 7 | revision 1 |
7 | 8 | categories audio |
8 | 9 | maintainers stare.cz:hans |
9 | 10 | platforms darwin |
… |
… |
long_description ${description} |
16 | 17 | license LGPL-2.1+ |
17 | 18 | homepage http://www.mega-nerd.com/libsndfile/ |
18 | 19 | |
19 | | livecheck.regex {Updates for (\d+\.\d+\.\d+)} |
20 | | livecheck.type regex |
21 | | livecheck.url ${homepage}ChangeLog |
22 | | |
23 | 20 | depends_build port:pkgconfig |
24 | 21 | |
25 | 22 | depends_lib port:flac port:libogg port:libvorbis |