diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-01-06 15:02:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-06 15:02:31 -0500 |
commit | 3568ffcc9da440a103a51b7007543fc7991b36c6 (patch) | |
tree | 93909ea95972b846226c4e3ad63030b8f2008704 /sextractor | |
parent | 88c7104a4e580041e9e5eb1ba58ffd55abbb05c3 (diff) | |
download | astroconda-dev-3568ffcc9da440a103a51b7007543fc7991b36c6.tar.gz |
sextractor: Add missing 'automake' dependency (#79)
Diffstat (limited to 'sextractor')
-rw-r--r-- | sextractor/meta.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sextractor/meta.yaml b/sextractor/meta.yaml index cc6efab..c98571f 100644 --- a/sextractor/meta.yaml +++ b/sextractor/meta.yaml @@ -17,6 +17,7 @@ package: requirements: build: - autoconf [osx] + - automake [osx] - fftw - gcc - libtool [osx] |