graphics/mlbrot: Fixed dep information

This commit is contained in:
ponce 2012-08-27 18:05:23 +02:00 committed by Erik Hanson
parent d9bde36148
commit 10be8ec532
2 changed files with 1 additions and 4 deletions

View file

@ -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.

View file

@ -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"