mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/mlbrot: Fixed dep information
This commit is contained in:
parent
d9bde36148
commit
10be8ec532
2 changed files with 1 additions and 4 deletions
|
@ -3,6 +3,3 @@ and otherwise play with the well-known Mandelbrot fractal set.
|
|||
|
||||
A network slave is included to distribute calculation over multiple
|
||||
compute nodes.
|
||||
|
||||
This requires ocaml, camlp5, and lablgtk.
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://pauillac.inria.fr/~ddr/mlbrot/distrib/src/mlbrot-1.00.tgz"
|
|||
MD5SUM="dd12fbacd611a845aa556a26769a8383"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="camlp5 lablgtk ocaml"
|
||||
REQUIRES="camlp5 lablgtk"
|
||||
MAINTAINER="adaptr"
|
||||
EMAIL="jeroen@adaptr.nl"
|
||||
|
|
Loading…
Reference in a new issue