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-filters/Portfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/science/ldas-tools-filters/Portfile b/science/ldas-tools-filters/Portfile
index 2f2ffd2..1588b99 100644
a
|
b
|
PortGroup compiler_blacklist_versions 1.0 |
5 | 5 | |
6 | 6 | name ldas-tools-filters |
7 | 7 | version 2.5.1 |
| 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 ef9771271586b6b31c2f70687d5750ef5a61f276 \ |
19 | 20 | sha256 44d475e625f5a59c9846a85d79419ef1303d3d9011bae56780156cab1a55f3b4 |
20 | 21 | |
| 22 | depends_build port:autoconf port:automake port:libtool |
21 | 23 | depends_lib port:ldas-tools-al |
22 | 24 | |
23 | 25 | configure.args --disable-warnings-as-errors \ |