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-framecpp/Portfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/science/ldas-tools-framecpp/Portfile b/science/ldas-tools-framecpp/Portfile
index cdbb82b..e8a9917 100644
a
|
b
|
PortGroup compiler_blacklist_versions 1.0 |
5 | 5 | |
6 | 6 | name ldas-tools-framecpp |
7 | 7 | version 2.5.4 |
| 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 53853b72a57db344437b8ab7b8d199c6cee91495 \ |
19 | 20 | sha256 54783c5ae235b8016adbc02d95aedcbd5f1256ae3b74b27ae516d9dee3cbe11b |
20 | 21 | |
| 22 | depends_build port:autoconf port:automake port:libtool port:pkgconfig |
21 | 23 | depends_lib port:ldas-tools-al \ |
22 | 24 | port:openssl \ |
23 | 25 | port:zlib \ |