From e77245d25adbfa4cfeaf292e71ca3fcf6a219605 Mon Sep 17 00:00:00 2001
From: Ed Maros <ed.maros@ligo.org>
Date: Wed, 2 Nov 2016 14:33:52 -0700
Subject: [PATCH] Added build tool dependencies
---
science/ldas-tools-al/Portfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/science/ldas-tools-al/Portfile b/science/ldas-tools-al/Portfile
index 1c024f8..963f219 100644
a
|
b
|
PortGroup compiler_blacklist_versions 1.0 |
5 | 5 | |
6 | 6 | name ldas-tools-al |
7 | 7 | version 2.5.5 |
| 8 | revision 1 |
8 | 9 | categories science |
9 | 10 | platforms darwin |
10 | 11 | maintainers ligo.org:ed.maros |
… |
… |
master_sites http://software.ligo.org/lscsoft/source/ |
18 | 19 | checksums rmd160 fc50f9c7911463fabd79f55e59fbcc8519bd45b1 \ |
19 | 20 | sha256 5583e511bd680a43023b1d9a1c05d3e0c11ac70624032e8c918bdb47dd7a4b8e |
20 | 21 | |
| 22 | depends_build port:autoconf port:automake port:libtool |
21 | 23 | depends_lib port:lib/libssl.dylib:openssl \ |
22 | 24 | port:zlib \ |
23 | 25 | port:bzip2 \ |