mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/lablgtk: Fixed dep information
This commit is contained in:
parent
168536d444
commit
fcbdeb5954
2 changed files with 3 additions and 3 deletions
|
@ -3,5 +3,5 @@ LablGTK is an Objective Caml interface to gtk+/gtk+-2
|
|||
LablGTK uses the rich type system of Objective Caml 3 to provide a strongly
|
||||
typed, yet very comfortable, object-oriented interface to gtk+.
|
||||
|
||||
This requires ocaml, and some optional dependencies are libgnomecanvas,
|
||||
libgnomeui, and gtksourceview.
|
||||
Some optional dependencies are libgnomecanvas, libgnomeui,
|
||||
and gtksourceview.
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://www.math.nagoya-u.ac.jp/~garrigue/soft/olabl/dist/lablgtk-2.14.
|
|||
MD5SUM="bad77680a72dab8b915cae99d1ec9b1f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gtksourceview libgnomecanvas libgnomeui ocaml"
|
||||
REQUIRES="ocaml"
|
||||
MAINTAINER="Ferenc Deak"
|
||||
EMAIL="ferenc.deak@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue