diff --git a/archivers/snappy/Portfile b/archivers/snappy/Portfile
index 845fb94..71106f0 100644
a
|
b
|
|
1 | 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | | PortGroup cmake 1.0 |
| 4 | PortGroup cmake 1.1 |
5 | 5 | PortGroup github 1.0 |
6 | 6 | |
7 | 7 | github.setup google snappy 1.1.7 |
| 8 | revision 1 |
8 | 9 | categories archivers |
9 | 10 | platforms darwin |
10 | 11 | maintainers nomaintainer |
… |
… |
checksums rmd160 a512cb6b3954ef42a8a54c30787fda79d430bb20 \ |
34 | 35 | |
35 | 36 | depends_lib port:lzo2 \ |
36 | 37 | port:zlib |
| 38 | |
| 39 | configure.args-append \ |
| 40 | -DBUILD_SHARED_LIBS=ON |