diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-06-09 04:49:21 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-06-09 04:49:21 (GMT) |
commit | 49af42cfd0cababceac2dba04ac55bb0e10c2775 (patch) | |
tree | 1a62a75b90af087b0939ffb88e44abd3fa801c3f /scripts/uni-get-dependencies.sh | |
parent | d27ab64d454c18ebd054c657d0bec9514a82bbd5 (diff) |
a few fixes for netbsd
Diffstat (limited to 'scripts/uni-get-dependencies.sh')
-rwxr-xr-x | scripts/uni-get-dependencies.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/uni-get-dependencies.sh b/scripts/uni-get-dependencies.sh index 54e63d5..b3c6881 100755 --- a/scripts/uni-get-dependencies.sh +++ b/scripts/uni-get-dependencies.sh @@ -35,7 +35,8 @@ get_freebsd_deps() get_netbsd_deps() { sudo pkgin install bison boost cmake git bash eigen flex gmake gmp mpfr \ - qt4 glew cgal opencsg modular-xorg python27 py27-paramiko curl imagemagick + qt4 glew cgal opencsg modular-xorg python27 py27-paramiko curl \ + imagemagick ImageMagick } get_opensuse_deps() |