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-diskcacheAPI/Portfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/science/ldas-tools-diskcacheAPI/Portfile b/science/ldas-tools-diskcacheAPI/Portfile
index 4491f79..a07fd12 100644
a
|
b
|
PortGroup compiler_blacklist_versions 1.0 |
5 | 5 | |
6 | 6 | name ldas-tools-diskcacheAPI |
7 | 7 | version 2.5.5 |
| 8 | revision 1 |
8 | 9 | categories science |
9 | 10 | platforms darwin |
10 | 11 | maintainers ligo.org:ed.maros |
… |
… |
checksums rmd160 580e1ffbafbd039906622a5b72c591a2ff8fcd9b \ |
20 | 21 | |
21 | 22 | depends_lib port:ldas-tools-ldasgen |
22 | 23 | |
| 24 | depends_build port:autoconf port:automake port:libtool port:pkgconfig |
23 | 25 | configure.args --disable-warnings-as-errors \ |
24 | 26 | --disable-silent-rules \ |
25 | 27 | --with-optimization=high \ |