diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-01-15 13:30:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-15 13:30:08 -0500 |
commit | 9be10c24f80cb193874a8d47cf67ce2481258507 (patch) | |
tree | d0981c12ae71dbc77c1c95aed56b1e16564fd3bc /ds9 | |
parent | 4ac399794c7be759e21fafd96a60d98d2a8a9482 (diff) | |
download | astroconda-dev-9be10c24f80cb193874a8d47cf67ce2481258507.tar.gz |
Add autoconf dep to ds9 to satisfy version requirement
Diffstat (limited to 'ds9')
-rw-r--r-- | ds9/meta.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ds9/meta.yaml b/ds9/meta.yaml index 68f647f..0907d0b 100644 --- a/ds9/meta.yaml +++ b/ds9/meta.yaml @@ -17,6 +17,7 @@ package: requirements: build: - gcc >=4.6 [osx] + - autoconf source: fn: {{ name }}.{{ version }}.tar.gz |